Category: Admin
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
Change Post Type Name Directly in the Database
UPDATE wp_posts SET post_type = ‘franchise-location’ WHERE post_type = ‘aioseo-location’Continue reading
Disable Emoji Image Conversion Script of the Classic Editor
add_filter( ‘aioseo_classic_editor_disable_emoji_script’, ‘__return_true’ );Continue reading
connect to google
Arguments for aioseo_facebook_tags
$attributes = [ ‘og:site_name’ => ”, ‘og:type’ => ”, ‘og:title’ => ”, ‘og:description’ => ”, ‘og:url’ => ”, ‘fb:app_id’ => ”, ‘fb_admins’ => ”, ‘og:image’ => ”, ];Continue reading