chuckreynolds / WPFBOGP

WordPress Open Graph plugin development
wordpress.org/plugins/wp-facebook-open-graph-protocol/
13 stars 19 forks source link

explore other plugin filters to disable nicely #49

Closed chuckreynolds closed 8 years ago

chuckreynolds commented 9 years ago

stuff like nextgen facebook, ultimate seo?, wpseo fb setting, facebook plugin, aioseo, etc.

[edit] jetpack jetpack_enable_open_graph exists already

chuckreynolds commented 9 years ago

super rough for Nextgen FB....

if ( class_exists( 'Ngfb' )
    if ( ! defined( 'NGFB_META_TAGS_DISABLE' ) )
    define( 'NGFB_META_TAGS_DISABLE', true );