-
-
Save igorbenic/eb97eb252a72c81b0f463b49ec5d1539 to your computer and use it in GitHub Desktop.
| <?php | |
| function change_yoast_seo_og_meta() { | |
| add_filter( 'wpseo_opengraph_desc', 'change_desc' ); | |
| } | |
| function change_desc( $desc ) { | |
| // This article is actually a landing page for an eBook | |
| if( is_singular( 123 ) ) { | |
| $desc = __( 'The best eBook you can have on your laptop, tablet or smartphone. See what others are reading to improve their career.', 'change_textdomain'); | |
| } | |
| return $desc; | |
| } |
| <?php | |
| add_action( 'wpseo_opengraph', 'change_yoast_seo_og_meta' ); | |
| /** | |
| * Function to add hooks and filter out the Yoast SEO Open Graph Meta Tags | |
| */ | |
| function change_yoast_seo_og_meta() { | |
| // We will add the code here to change the meta tags | |
| } |
| <?php | |
| function change_yoast_seo_og_meta() { | |
| add_filter( 'wpseo_opengraph_image', 'change_image' ); | |
| } | |
| function change_image( $image ) { | |
| if( $image == 'http://url_for_image_to_change' ) { | |
| $image = 'http://url_to_our_new_image'; | |
| } | |
| return $image; | |
| } |
| <?php | |
| function change_yoast_seo_og_meta() { | |
| add_action( 'wpseo_add_opengraph_images', 'add_images' ); | |
| } | |
| function add_images( $object ) { | |
| $image = 'http://url_to_our_image.png'; | |
| $object->add_image( $image ); | |
| } |
| <?php | |
| function change_yoast_seo_og_meta() { | |
| add_filter( 'wpseo_locale', 'change_locale' ); | |
| } | |
| function change_locale( $locale ) { | |
| // Article with the ID 123 is Croatian | |
| // Other Articles are on English (or any site setting) | |
| if( is_singular( 123 ) ) { | |
| $locale = 'hr_HR'; | |
| } | |
| return $locale; | |
| } |
| <?php | |
| // Code from Yoast SEO Plugin | |
| public function og_tag( $property, $content ) { | |
| $og_property = str_replace( ':', '_', $property ); | |
| /** | |
| * Filter: 'wpseo_og_' . $og_property - Allow developers to change the content of specific OG meta tags. | |
| * | |
| * @api string $content The content of the property | |
| */ | |
| $content = apply_filters( 'wpseo_og_' . $og_property, $content ); | |
| if ( empty( $content ) ) { | |
| return false; | |
| } | |
| echo '<meta property="', esc_attr( $property ), '" content="', esc_attr( $content ), '" />', "\n"; | |
| return true; | |
| } |
| <?php | |
| function change_yoast_seo_og_meta() { | |
| add_filter( 'wpseo_opengraph_title', 'change_title' ); | |
| } | |
| function change_title( $title ) { | |
| // Landing Page eBook | |
| if( is_singular( 123 ) ) { | |
| $bought = get_bought_count_id( 123 ); | |
| // Change the title if it was already sold to more than 100 | |
| if( $bought > 100 ) { | |
| $title = __( 'Get the eBook that was read by more than 100 people', 'change_textdomain' ); | |
| } | |
| } | |
| return $title; | |
| } |
| <?php | |
| function change_yoast_seo_og_meta() { | |
| add_filter( 'wpseo_opengraph_type', 'change_type' ); | |
| } | |
| function change_type( $type ) { | |
| // This article is actually a landing page for an eBook | |
| if( is_singular( 123 ) ) { | |
| $type = 'book'; | |
| } | |
| return $type; | |
| } |
| <?php | |
| function change_yoast_seo_og_meta() { | |
| add_filter( 'wpseo_opengraph_url', 'change_url' ); | |
| } | |
| function change_url( $url ) { | |
| // This article is actually a landing page for an eBook | |
| if( is_singular( 123 ) ) { | |
| $url = add_query_arg( 'from', 'facebook', $url ); | |
| } | |
| return $url; | |
| } |
Nano Banana AI is a smart platform designed to simplify content creation with advanced artificial intelligence tools, helping users work faster and more efficiently. It enables the quick generation of ideas, text, and creative outputs while reducing effort and saving time. With Nano Banana AI, tasks become easier to manage and overall productivity increases in less time. Explore more details now on https://www.nano-banana.com/.
HappyHorse AI is an advanced platform built to enhance productivity through smart automation and creative tools. It helps users generate content, ideas, and solutions quickly, making complex tasks simple and efficient. With its intelligent system, HappyHorse AI supports smoother workflows and better results across different digital needs.
SATXwraps is a vehicle wrapping service focused on giving cars a fresh, customized look with premium-quality vinyl designs. It enhances both style and surface protection, making every vehicle stand out on the road. With skilled application and modern design options, SATXwraps delivers a clean and professional finish every time. Explore more details now on https://satxwraps.com/
Ayesha’s Collection brings together modern modest fashion with beautifully designed outfits for women seeking elegance and comfort. From premium hijabs to graceful abayas, the collection features stylish clothing made with attention to detail and quality fabrics. Ayesha’s Collection is appreciated for offering fashionable modest wear that suits both casual and formal occasions. For more information you can visit https://www.ayeshas-collection.com/.
AI Era is revolutionizing the way we work by integrating cutting-edge artificial intelligence into everyday tasks. It empowers businesses and individuals to optimize workflows and improve efficiency. With AI Era, innovation meets practicality, making complex processes simpler and smarter.