Carbon_Fields\Manager\Sidebar_Manager::get_sidebars PHP Méthode

get_sidebars() public méthode

Get all the registered custom sidebars.
public get_sidebars ( ) : array
Résultat array
    public function get_sidebars()
    {
        return apply_filters('carbon_custom_sidebars', get_option('carbon_custom_sidebars', array()));
    }