Automatic CSS/JavaScript Cache Busting

/** * Replace the `ver` query arg with the file’s last modified timestamp * * @param string $src URL to a file * @return string Modified URL to a file */ function filter_cache_busting_file_src( $src = ” ) { global $wp_scripts;…Continue reading

Add unfiltered_html to editor role

/** * Add the unfiltered_html capability to the editor role. * Be careful which users you grant this capability to. */ add_filter( ‘map_meta_cap’, function ( $caps, $cap, $user_id ) { // Change editor with the user role you want to…Continue reading

BB-YES

https://skydome.com.au/slot-gacor/ https://wilmingtonbaptistchurch.com/link-slot-gacor/ https://embeff.com/slot-gacor-terpercaya/ https://golden-horn.de/wp-includes/slot-gacor/ https://www.almaluxjesolo.it/slot/ https://geographicforall.com/slot-gacor/ https://www.entrepueblos.org/slot-online-gacor/ https://destinyconnectfresh.org/slot-gacor-maxwin/ https://www.timothyegan.com/ https://semanamedioambiental.com/wp-includes/slot-gacor/ https://auditsocial.world/wp-includes/slot-gacor/ Slot Gacor Terbaru Slot Online Slot Judi Slot Gacor Slot Gacor RTP Slot Situs Slot Gacor Slot Tergacor Link Slot Gacor Situs Slot Gacor Terbaru Slot Gacor Gampang Jackpot…Continue reading

Formidable Pro – Merge Snippet

/* * WebMerge AGreements */ add_action(‘frm_after_create_entry’, ‘formidable_send_to_webmerge’, 0, 2); add_action(‘frm_after_update_entry’, ‘formidable_send_to_webmerge’, 0, 2); function formidable_send_to_webmerge($entry_id, $form_id){ if($form_id == 23){ $webmerge_url = ‘https://www.webmerge.me/route/28114/ymffng’; }elseif($form_id == 43){ $webmerge_url = ‘https://www.webmerge.me/route/28347/lmtb8i’; } else{ return; } $frm_field = new FrmField(); $fields = array(‘fields’ =>…Continue reading

Gravity Forms Submit Event

/** * Send a server-side event to the FB Conversions API when a Gravity Forms form is submitted using the Conversion Pixels addon. * * @param array $entry The entry data. * @param array $form The form data. */ add_action(…Continue reading