Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/28/2018 01:32:52 AM (8 years ago)
Author:
tw2113
Message:

add/touchup documentation to a lot of Nouveau actions and filters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/customizer.php

    r11899 r12008  
    2828    ) );
    2929
     30    /**
     31     * Filters the BuddyPress Nouveau customizer sections and their arguments.
     32     *
     33     * @since 3.0.0
     34     *
     35     * @param array $value Array of Customizer sections.
     36     */
    3037    $sections = apply_filters( 'bp_nouveau_customizer_sections', array(
    3138        'bp_nouveau_general_settings' => array(
     
    6673    }
    6774
     75    /**
     76     * Filters the BuddyPress Nouveau customizer settings and their arguments.
     77     *
     78     * @since 3.0.0
     79     *
     80     * @param array $value Array of Customizer settings.
     81     */
    6882    $settings = apply_filters( 'bp_nouveau_customizer_settings', array(
    6983        'bp_nouveau_appearance[avatar_style]' => array(
     
    208222    }
    209223
     224    /**
     225     * Filters the BuddyPress Nouveau customizer controls and their arguments.
     226     *
     227     * @since 3.0.0
     228     *
     229     * @param array $value Array of Customizer controls.
     230     */
    210231    $controls = apply_filters( 'bp_nouveau_customizer_controls', array(
    211232        'bp_site_avatars' => array(
     
    350371    );
    351372
     373    /**
     374     * Fires after Nouveau enqueues its required javascript.
     375     *
     376     * @since 3.0.0
     377     */
    352378    do_action( 'bp_nouveau_customizer_enqueue_scripts' );
    353379}
Note: See TracChangeset for help on using the changeset viewer.