Hook into Meta Data
-
Hello,
I want to change the meta description of certain pages via a function in my functions.php. Is there a hook to do this?
ie
add_filter( ‘SmartCrawl_metadesc’, ‘change_metadesc’ );
function change_metadesc( $desc ) {
…
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Hook into Meta Data’ is closed to new replies.