xmlrpc_blog_options

xmlrpc_blog_options

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('xmlrpc_blog_options') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 679
    		 * @since 2.6.0
    		 *
    		 * @param array $blog_options An array of XML-RPC blog options.
    		 */
    		$this->blog_options = apply_filters( 'xmlrpc_blog_options', $this->blog_options );
    	}
    
    	/**
    	 * Retrieves the blogs of the user.
    	 *
    	 * @since 2.6.0
    

See this hook used in plugins: