Solution for Warning: sprintf() [function.sprintf]: Too few arguments
-
this is your line 90:
$output .= ‘<!– ‘ . sprintf( esc_html__( ‘@Webmaster, normally you will find the Google Analytics tracking code here, but you are in the disabled user groups. To change this, navigate to Insights %1$s Settings %2$s Ignore Users’, ‘google-analytics-for-wordpress’ ), ‘->’ ) . ‘ –>’ . PHP_EOL;Find Settings %2$s
Replace to Settings %1$sThis will revert the file to its previous version and get rid of the error.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Solution for Warning: sprintf() [function.sprintf]: Too few arguments’ is closed to new replies.