This repository was archived by the owner on Mar 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ function ddw_tbex_site_items_contact_form_7( $admin_bar ) {
268268 *
269269 * @param object $admin_bar Object of Toolbar nodes.
270270 */
271- function ddw_tbex_aoitems_new_content_cf7_form () {
271+ function ddw_tbex_aoitems_new_content_cf7_form ( $ admin_bar ) {
272272
273273 /** Bail early if items display is not wanted */
274274 if ( ! ddw_tbex_display_items_new_content () ) {
Original file line number Diff line number Diff line change 2424 *
2525 * @uses ddw_tbex_use_tweak_smartslider()
2626 *
27- * @param object $wp_admin_bar Holds all nodes of the Toolbar.
27+ * @param object $admin_bar Holds all nodes of the Toolbar.
2828 */
29- function ddw_tbex_site_items_smartslider ( $ wp_admin_bar ) {
29+ function ddw_tbex_site_items_smartslider ( $ admin_bar ) {
3030
3131 /** Bail early if Smart Slider 3 tweak should NOT be used */
3232 if ( ! ddw_tbex_use_tweak_smartslider () ) {
33- return $ wp_admin_bar ;
33+ return $ admin_bar ;
3434 }
3535
3636 /** Re-hook for: Manage Content */
37- $ wp_admin_bar ->add_node (
37+ $ admin_bar ->add_node (
3838 array (
3939 'id ' => 'smart_slider_3 ' , // same as original!
4040 'parent ' => 'gallery-slider-addons ' ,
@@ -59,7 +59,7 @@ function ddw_tbex_site_items_smartslider( $wp_admin_bar ) {
5959 *
6060 * @param object $admin_bar Object of Toolbar nodes.
6161 */
62- function ddw_tbex_site_items_smartslider_extend () {
62+ function ddw_tbex_site_items_smartslider_extend ( $ admin_bar ) {
6363
6464 $ admin_bar ->add_node (
6565 array (
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ function ddw_tbex_themeitems_ct_maranatha( $admin_bar ) {
6363 *
6464 * @param object $admin_bar Object of Toolbar nodes.
6565 */
66- function ddw_tbex_themeitems_ct_maranatha_license () {
66+ function ddw_tbex_themeitems_ct_maranatha_license ( $ admin_bar ) {
6767
6868 $ admin_bar ->add_node (
6969 array (
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ function ddw_tbex_themeitems_kava( $admin_bar ) {
8282 *
8383 * @param object $admin_bar Object of Toolbar nodes.
8484 */
85- function ddw_tbex_themeitems_kava_customize () {
85+ function ddw_tbex_themeitems_kava_customize ( $ admin_bar ) {
8686
8787 $ admin_bar ->add_node (
8888 array (
@@ -273,7 +273,7 @@ function ddw_tbex_themeitems_kava_resources( $admin_bar ) {
273273 *
274274 * @param object $admin_bar Object of Toolbar nodes.
275275 */
276- function ddw_tbex_themeitems_kava_pro_settings () {
276+ function ddw_tbex_themeitems_kava_pro_settings ( $ admin_bar ) {
277277
278278 /** Bail early if Kava Premium extensions are not active */
279279 if ( ! ddw_tbex_is_addon_jetthemecore () && ! ddw_tbex_is_addon_kava_extra () ) {
Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ function ddw_tbex_themeitems_apollo13_framework( $admin_bar ) {
407407 *
408408 * @param object $admin_bar Object of Toolbar nodes.
409409 */
410- function ddw_tbex_themeitems_rife_resources () {
410+ function ddw_tbex_themeitems_rife_resources ( $ admin_bar ) {
411411
412412 /** Bail early if no resources display active */
413413 if ( ! ddw_tbex_display_items_resources ( $ admin_bar ) ) {
You can’t perform that action at this time.
0 commit comments