aioseo_rest_api_disable_breadcrumb_json

aioseo_rest_api_disable_breadcrumb_json

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.9.9

apply_filters('aioseo_rest_api_disable_breadcrumb_json') is found 1 times:

  • /app/Common/RestApi/Controllers/Base.php line 110
    				'get_callback' => [ $this, 'getBreadcrumb' ]
    			] );
    		}
    
    		if ( ! apply_filters( 'aioseo_rest_api_disable_breadcrumb_json', false, $object ) ) {
    			register_rest_field( $object, 'aioseo_breadcrumb_json', [
    				'get_callback' => [ $this, 'getBreadcrumbJson' ]
    			] );
    		}
    	}