Opened 9 months ago
Last modified 6 months ago
#60782 new enhancement
The method parameter is never used.
Reported by: | patelmohip | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
The function update_home_siteurl() has two parameters that newer used in the function block.
Change History (2)
#2
@
9 months ago
Action is defined here: /wp-admin/includes/admin-filters.php #L 71, 72, 73 for the function: update_home_siteurl which has 2 as a parameter.
add_action( 'update_option_home', 'update_home_siteurl', 10, 2 ); add_action( 'update_option_siteurl', 'update_home_siteurl', 10, 2 ); add_action( 'update_option_page_on_front', 'update_home_siteurl', 10, 2 );
Note: See
TracTickets for help on using
tickets.
+1
Function defined at wp-admin/includes/misc.php #L558