Skip to content

enable_mastodon_apps_debug_time

github-actions[bot] edited this page Oct 22, 2025 · 1 revision

Auto-generated Example

add_filter(
    'enable_mastodon_apps_debug_time',
    function ( 5*MINUTE_IN_SECONDS ) {
        // Your code here
        return 5*MINUTE_IN_SECONDS;
    }
);

Parameters

  • 5*MINUTE_IN_SECONDS

Files

apply_filters( 'enable_mastodon_apps_debug_time', 5 * MINUTE_IN_SECONDS )

Hooks

Clone this wiki locally