customize_changeset_branching

customize_changeset_branching

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('customize_changeset_branching') is found 1 times:

  • /wp-includes/class-wp-customize-manager.php line 806
    		 * @param bool                 $allow_branching Whether branching is allowed. If `false`, the default,
    		 *                                              then only one saved changeset exists at a time.
    		 * @param WP_Customize_Manager $wp_customize    Manager instance.
    		 */
    		$this->branching = apply_filters( 'customize_changeset_branching', $this->branching, $this );
    
    		return $this->branching;
    	}
    
    	/**
    	 * Gets the changeset UUID.