Search results for: admin

Enable WooCommerce Product Attributes in Search Appearance

By default, AIOSEO does not include support for WooCommerce Product Attributes in our Search Appearance settings,…

400+

Custom fields to vendor settings page

add_action('wcvendors_settings_after_paypal', 'pv_add_custom_merchant_id_field'); function pv_add_custom_merchant_id_field() { ?>

Partner Group GTM Head Tag

Add GTM Tag to Site Header on Partner Site Group

Colin Bunn PRO
<10

Disable autogenerated shipping details schema for WooCommerce

This code snippet will disable AIOSEO autogenerated shipping details schema for WooCommerce Products

300+

Centering a form

This snippet will allow you to add a CSS class to your form which will enable…

300+

Add Translated Version Sitemap Entries for a Specific Post

This filter can be used to add Translated Version Sitemap Entries for a Specific Post. You…

10+

Event URL (Simple Usage) | Display Eventbrite Events

This filter allows you to adjust the event URL. This is primarily so you can add…

AstraFormatFix

add_filter( 'astra_v4_block_editor_compat', "__return_true" );

Barry Persons
<10

Remove BreadcrumbList Schema

This snippet removes the BreadcrumbList Schema

20+

font-family.css

div#om-{{id}} * { font-family: "Proxima Nova", Helvetica, "Helvetica Neue", Arial, sans-serif !important; }

Block URLs Inside Text Fields

This snippet will prevent Text and Textarea fields such as Single Line Text and Paragraph text…

Untitled Snippet

@ini_set( 'upload_max_size' , '120M' ); @ini_set( 'post_max_size', '120M'); @ini_set( 'max_execution_time', '300' );

1 62 63 64 65 66 75