Category: Admin
Reader Revenue Manager
Untitled Snippet
hide checkout field
Customize Ambassador Campaign Fields For Campaign Creators
add_action( ‘charitable_default_campaign_fields’, ‘test_charitable_default_campaign_fields’, 10, 1 ); function test_charitable_default_campaign_fields( $form_fields ) { // make the short description hidden, don’t remove as this make cause problems with legacy code. if ( isset( $form_fields[‘description’][‘campaign_form’] ) ) { $form_fields[‘description’][‘campaign_form’][‘type’] = ‘hidden’; } // change…Continue reading
Estimado/a #LEAD_USER_FIRST_NAME# Nos complace informarle que nuestro nuevo catálogo en línea ya está disponible. Puede acceder a él a través del siguiente enlace: https://wa.link/catalogoponchonet
Estimado/a #LEAD_USER_FIRST_NAME# Nos complace informarle que nuestro nuevo catálogo en línea ya está disponible. Puede acceder a él a través del siguiente enlace: https://wa.link/catalogoponchonet
Estimado/a #LEAD_USER_FIRST_NAME# Nos complace informarle que nuestro nuevo catálogo en línea ya está disponible. Puede acceder a él a través del siguiente enlace: https://wa.link/catalogoponchonetContinue reading
Attributes for aioseo_twitter_tags
$attributes = [ ‘twitter:card’ => ”, ‘twitter:site’ => ”, ‘twitter:domain’ => ”, ‘twitter:title’ => ”, ‘twitter:description’ => ”, ‘twitter:image’ => ” ];Continue reading
Attributes for aioseo_robots_meta
$attributes = [ ‘noindex’ => ”, ‘nofollow’ => ”, ‘noarchive’ => ”, ‘nosnippet’ => ”, ‘noimageindex’ => ”, ‘noodp’ => ”, ‘notranslate’ => ”, ‘max-snippet’ => ”, ‘max-image-preview’ => ”, ‘max-video-preview’ => ” ];Continue reading
Change ‘wp_term_taxonomy’ to your term_taxonomy table name and taxonomy to the names you’re changing
UPDATE wp_term_taxonomy SET taxonomy = ‘franchise-state’ WHERE taxonomy = ‘aioseo-location-category’Continue reading