We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
add_filter( 'enable_mastodon_apps_debug_time', function ( 5*MINUTE_IN_SECONDS ) { // Your code here return 5*MINUTE_IN_SECONDS; } );
5*MINUTE_IN_SECONDS
apply_filters( 'enable_mastodon_apps_debug_time', 5 * MINUTE_IN_SECONDS )
Hooks
There was an error while loading. Please reload this page.