wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_admin_canonical_url › WordPress Filter Hooks

Since6.5.0
Deprecatedn/a
apply_filters( 'wp_admin_canonical_url', $filtered_url )
Parameters:
  • (string) $filtered_url The admin canonical url value.
    Required: Yes
Defined at:
Codex:

Filters the admin canonical url value.





Source

$filtered_url = apply_filters( 'wp_admin_canonical_url', $filtered_url );