Disable the WordPress Shortlink
remove_action(‘wp_head’, ‘wp_shortlink_wp_head’ );Continue reading
remove_action(‘wp_head’, ‘wp_shortlink_wp_head’ );Continue reading
// Copy the Shortcode in the Insertion box below and paste it wherever you want the copyright symbol + year to be displayed. // This will output © 2023 or the current year automatically. echo “© ” . date( ‘Y’…Continue reading
add_filter( ‘wpcode_snippet_output_html’, ‘do_shortcode’ );Continue reading