Disable OG tags on custom page
-
Hello, i would like to know, how can i disable og-tags from this plugin on my custom page. I tried remove action like this, but with no luck :/
function remove_my_action() { remove_action( 'wp_head', array( 'Webdados_FB_Public', 'insert_meta_tags' ), 99999 ); } add_action('wp_head', 'remove_my_action', 1);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Disable OG tags on custom page’ is closed to new replies.