// Create Year shortcode to replace with current year. add_shortcode( 'year', 'current_year' ); function current_year() { $year = date( 'Y' ); return $year; } // To allow Rank Math Frontend title to parse shortcode. add_filter( 'rank_math/frontend/title', function ( $title ) { return do_shortcode( $title );} ); // Activate shortcode function in Post Title. add_filter( 'the_title', 'do_shortcode' ); Comments on: Quixy Ranked #1 No-Code Application Development Platform in G2’s Spring 2022 Momentum Report https://quixy.com/news-release/quixy-ranked-no-1-app-development-platform-g2-spring-2022-report/ Digital Transformation | SaaS | Workflow | Business Process Management (BPM) Mon, 09 Sep 2024 11:16:22 +0000 hourly 1 https://wordpress.org/?v=6.9