Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Uncaught ReferenceError: commonL10n is not defined

add_action( 'admin_footer', function () {
	?>
	<script>
		if ( typeof commonL10n === 'undefined' ) {
			var commonL10n = { dismiss : 'Dismiss' };
		}
	</script>
	<?php
}, 100 );
 
PREVIOUS NEXT
Tagged: #Uncaught #defined
ADD COMMENT
Topic
Name
3+2 =