jetpack_mastodon_instance_list

jetpack_mastodon_instance_list

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_mastodon_instance_list') is found 2 times:

  • /functions.global.php line 554

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

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

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

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

    550
    551
    552
    553
    554
    555
    556
             * @module widgets, theme-tools
             *
             * @param array $mastodon_instance_list Array of Mastodon instances.
             */
            return (array) apply_filters( 'jetpack_mastodon_instance_list', $mastodon_instance_list );
        }
    }
  • /jetpack_vendor/automattic/jetpack-classic-theme-helper/src/shared-functions.php line 42

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

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

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

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

    38
    39
    40
    41
    42
    43
    44
             * @module widgets, theme-tools
             *
             * @param array $mastodon_instance_list Array of Mastodon instances.
             */
            return (array) apply_filters( 'jetpack_mastodon_instance_list', $mastodon_instance_list );
        }
    }