-
Notifications
You must be signed in to change notification settings - Fork 82
pre_activitypub_get_upload_baseurl
github-actions[bot] edited this page Jul 23, 2025
·
16 revisions
Early filter to allow plugins to set the upload base URL.
add_filter(
'pre_activitypub_get_upload_baseurl',
function ( string|false $maybe_upload_dir ) {
// Your code here
return $maybe_upload_dir;
}
);
-
string|false
$maybe_upload_dir
The upload base URL or false if not set.
apply_filters( 'pre_activitypub_get_upload_baseurl', false )
Follow @[email protected] for updates and news.