Post Shortcodes

estimated read time, breadcrumbs, related posts

iframe cover css

/* HTML link cover styles */ html div#om-{{id}} #iframeCover { display: block; height: 100%; width: 100%;…

PHP - Custom color dashboard (menu et barre du haut)

function custom_admin_style() { echo ''; } add_action('admin_head', 'custom_admin_style');

Entry Forms

Entry Forms Selects

ismail daugherty PRO
<10

Rest_Api_DIR - Users

/** * WPCode Snippet: Expose Users Sync ACF Fields to REST API (Application Password Auth Required)…

ismail daugherty PRO
<10

Universal_UserMetaHR_Ba - HR Staff Profile Fields - KIC Enterprises

* WPCode Snippet: HR Staff Profile Fields - KIC Enterprises * Description: Comprehensive HR compliance fields…

ismail daugherty PRO
<10

Cortex Image Meta API

/** * Cortex Image Meta API - REST Endpoints for WordPress Image Optimization * v1.0 -…

<10

Home page

home page schema

David Nesmith
<10

Sort Events Category by Publish Date (Oldest First)

function sort_posts_by_category($query) { if ($query->is_main_query() && !is_admin()) { $oldest_first_categories = array(1483,1486,1485,1484,1482,1391); // Replace with the IDs…

Untitled Snippet

add_filter( 'aioseo_robots_meta', 'aioseo_filter_robots_meta' ); function aioseo_filter_robots_meta( $attributes ) { $url = home_url( $_SERVER['REQUEST_URI'] ); if (strpos($url,'product_search=')…

Pre-approval Emails

Email the admin and customer when a pre-approval payment has been made.

Add order status to commissions table

/** * Add order status to commissions table * * @param Array $columns array stored column…

1 78 79 80 81 82 126