Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the amp domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/extraopslag.nl/httpdocs/wp-includes/functions.php on line 6121
Notice: Function amp_has_paired_endpoint was called incorrectly. De functie kan niet worden opgeroepen voordat de diensten zijn geregistreerd. The service ID "paired_routing" is not recognized and cannot be retrieved. Please see Debugging in WordPress for more information. (This message was added in version 2.1.1.) in /home/extraopslag.nl/httpdocs/wp-includes/functions.php on line 6121
Notice: Function amp_is_available was called incorrectly. `amp_is_available()` (of `amp_is_request()`, voormalig `is_amp_endpoint()`) is te vroeg opgeroepen en werkt daarom niet naar behoren. WordPress is niet nu aan het hooks. Het aanroepen van deze functie vóór de actie `wp` betekent dat het geen toegang heeft tot `WP_Query` en het opgevraagde object om te bepalen of het een AMP reactie is, zodat noch het `amp_skip_post()` -filter, noch de AMP toggle in aanmerking worden genomen. De functie werd te vroeg aangeroepen (vóór de plugins_loaded actie) om de plugin bron te bepalen. Please see Debugging in WordPress for more information. (This message was added in version 2.0.0.) in /home/extraopslag.nl/httpdocs/wp-includes/functions.php on line 6121
Notice: Function amp_has_paired_endpoint was called incorrectly. De functie kan niet worden opgeroepen voordat de diensten zijn geregistreerd. The service ID "paired_routing" is not recognized and cannot be retrieved. Please see Debugging in WordPress for more information. (This message was added in version 2.1.1.) in /home/extraopslag.nl/httpdocs/wp-includes/functions.php on line 6121
Notice: Function amp_is_available was called incorrectly. `amp_is_available()` (of `amp_is_request()`, voormalig `is_amp_endpoint()`) is te vroeg opgeroepen en werkt daarom niet naar behoren. WordPress is niet nu aan het hooks. Het aanroepen van deze functie vóór de actie `wp` betekent dat het geen toegang heeft tot `WP_Query` en het opgevraagde object om te bepalen of het een AMP reactie is, zodat noch het `amp_skip_post()` -filter, noch de AMP toggle in aanmerking worden genomen. De functie werd te vroeg aangeroepen (vóór de plugins_loaded actie) om de plugin bron te bepalen. Please see Debugging in WordPress for more information. (This message was added in version 2.0.0.) in /home/extraopslag.nl/httpdocs/wp-includes/functions.php on line 6121
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the health-check domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/extraopslag.nl/httpdocs/wp-includes/functions.php on line 6121 Automatische concepten | Extra Opslag
jQuery(document).ready(function($) {
/* Blurbs as Tabs */
$('.tab-title').each(function () {
var section_id = $(this).find("a").attr("href");
$(this).find("a").removeAttr("href");
$(this).click(function() {
$(this).siblings().removeClass("active-tab");
$(this).addClass("active-tab");
$('.tab-content').hide();
$(section_id).show();
});
});
});