twentytwenty_get_elements_array

twentytwenty_get_elements_array

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.0.3

apply_filters('twentytwenty_get_elements_array') is found 1 times:

  • /wp-content/themes/twentytwenty/functions.php line 787

    Warning: Undefined array key 788 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 789 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 790 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 791 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 792 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    783
    784
    785
    786
    787
    788
         * @since Twenty Twenty 1.0
         *
         * @param array Array of elements.
         */
        return apply_filters( 'twentytwenty_get_elements_array', $elements );
    }