[Plugin: WP Geo] Conditionally remove WP-Geo code from wp_head()
-
I was wondering if there is a way to conditionally remove the WP Geo code from wp_head() using functions.php.
I found the add_action in wp-geo.php:
add_action( 'wp_head', array( $wpgeo, 'wp_head' ) );
But I can’t seem to figure how to disable this using a remove_action
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: WP Geo] Conditionally remove WP-Geo code from wp_head()’ is closed to new replies.