TOC before first heading

Output the TOC block before the first heading in a post

Genesis theme - use block editor in widgets

//* Genesis Enable the block-based widget editor add_filter( 'use_widgets_block_editor', '__return_true' );

Display a message after the 1st paragraph of posts

Thank you for reading this post, don't forget to subscribe!

Untitled Snippet

Remya Achipra
<10

Oktoberfest 5K - RaceCheck Widget

Review widget from RaceCheck for Oktoberfest 5K page

Set the ranges for Calendar List View | Display Eventbrite Events

The following code snippet filters the valid ranges for the next/prev keys of the calendar list…

Auto Responder Message Content | Quick Event Manager

add_filter('qem_autoresponder-message-content', , , 3); This filter allows you to alter the auto responder message content from…

Filter the message generated for admin confirmation | Quick Event Manager

add_filter('qem_registration_email_message',,,3); This filters allows you to adjust the confirmation email to the admin / organiser (…

Filter the decision to send a user confirmation | Quick Event Manager

add_filter('qem_registration_always_confirm',,,1); This filter returns a Boolean to decide if a confirm is to be sent or…

1 4 5 6 7 8 14