customize_changeset_branching

customize_changeset_branching

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('customize_changeset_branching') is found 1 times:

  • /wp-includes/class-wp-customize-manager.php line 811
    807
    808
    809
    810
    811
    812
    813
    814
    815
    816
    817
         * @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.