blog_option_{$option}

blog_option_{$option}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('blog_option_{$option}') is found 1 times:

  • /wp-includes/ms-blogs.php line 381
    	 *
    	 * @param string  $value The option value.
    	 * @param int     $id    Blog ID.
    	 */
    	return apply_filters( "blog_option_{$option}", $value, $id );
    }
    
    /**
     * Adds a new option for a given blog ID.
     *
     * You do not need to serialize values. If the value needs to be serialized, then