• Now:
    add_meta_box( 'wpgeo_location', __( 'WP Geo Location', 'wpgeo' ), array( $this, 'wpgeo_location_inner_custom_box' ), $post_type, 'advanced' );

    Must be:
    add_meta_box( 'wpgeo_location', __( 'WP Geo Location', 'wp-geo' ), array( $this, 'wpgeo_location_inner_custom_box' ), $post_type, 'advanced' );

    https://www.ads-software.com/plugins/wp-geo/

  • The topic ‘Bug admin.php:168’ is closed to new replies.