1206 | | $url = 'https://core.trac.wordpress.org/ticket/33552#comment:12'; |
1207 | | _doing_it_wrong( |
1208 | | __METHOD__, |
1209 | | sprintf( __( 'Removing %1$s manually will cause PHP warnings. Use the <code>customize_loaded_components</code> filter instead. See <a href="%2$s">%2$s</a>.' ), $id, $url ), |
1210 | | '4.5' |
| 1207 | /* translators: 1: panel id, 2: filter reference URL, 3: filter name */ |
| 1208 | $message = sprintf( __( 'Removing %1$s manually will cause PHP warnings. Use the <a href="%2$s">%3$s</a> filter instead.' ), |
| 1209 | $id, |
| 1210 | esc_url( 'https://developer.wordpress.org/reference/hooks/customize_loaded_components/' ), |
| 1211 | '<code>customize_loaded_components</code>' |