Search results for: admin

Google

G-T2XZDKK0J5

Paul Discher
<10

Output og:image that uses the Large Size Image

This snippet can be used to output og:image that uses the large size image

20+

Remove the author of an article

This snippet removes author of an article

90+

Remove datePublished and dateModified properties from the Article schema for Posts

This snippet removes the datePublished and dateModified properties from the Article schema for Posts

30+

Remove the Article schema from Posts

This snippet removes the Article schema from Posts

10+

Remove BreadcrumbList Schema

This snippet removes the BreadcrumbList Schema

40+

Add 'excerpt' and 'page-attributes' Support to Locations Post Type

This filter can be used to add 'excerpt' and 'page-attributes' support to Locations post type

900+

Ignore Cover Image Block when “First Image in Content” is set as the Image Source

This filter can be used to ignore the cover image block when “First Image in Content”…

10+

Disable the Last Updated Date in Index/Root XML Sitemap

This filter can be used to disable the Last Updated date that All in One SEO…

30+

Unminify Schema Output in Source Code

This filter can be used to unminify schema output in the source code.

60+

Add Shortcodes to the List of Conflicting Shortcodes

Add shortcodes to the list of conflicting shortcodes

100+

Disable Update Emails

// Disable auto-update email notifications add_filter('auto_core_update_send_email', 'disable_auto_update_emails', 10, 4); function disable_auto_update_emails($send, $type, $core_update, $result) { if…

1 104 105 106 107 108 134