Empty trash
particle// Empty trash after 7 days define (‘EMPTY_TRASH_DAYS’, 7);
// Empty trash after 7 days define (‘EMPTY_TRASH_DAYS’, 7);
function my_admin_styles() { echo ‘ ‘; } add_action(‘admin_head’, ‘my_admin_styles’);
// Gutenberg editor width function custom_admin_css() { echo ‘ ‘; } add_action(‘admin_head’, ‘custom_admin_css’);
// remove sssb shortcode function overwrite_shortcode() { function remove_share_shortcode($atts) { return “”; } remove_shortcode(‘ssba’); add_shortcode(‘ssba’, ‘remove_share_shortcode’); } add_action(‘wp_loaded’, ‘overwrite_shortcode’);
// Yoast to bottom //—————- function yoasttobottom() { return ‘low’; } add_filter( ‘wpseo_metabox_prio’, ‘yoasttobottom’);
jQuery(document).on(‘gform_confirmation_loaded’, function(event, formId) { if(formId == 5) { dataLayer.push({‘event’: ’thuissituatieverzonden’}); // Tag manager – gebeurtenis (let op: hierna moet binnen Tag Manager een (gebeurtenis)tag gevuurd worden die de verdere afhandeling doet) //__gaTracker(‘send’, ‘event’, ‘Formulier’, ‘Inzending’, ‘Past dit bij mijn thuissituatie?’); } if(formId == 6){ dataLayer.push({‘event’: ‘popupformulier’}); // Tag manager – gebeurtenis (let op: hierna moet […]