Function Reference: geodir_cpt_admin_footer

Summary

Add the javascript to make cat icon upload optional.

Return Values

(string)
  • Print the inline script.

Change Log

Since: 1.1.7

Source File

geodir_cpt_admin_footer() is located in geodir_custom_posts/geodir_cp_functions.php [Line: 1518]

Source Code

function geodir_cpt_admin_footer() {
	global $pagenow;
	if ( $pagenow == 'edit-tags.php' && !empty( $_REQUEST['taxonomy'] ) && geodir_cpt_no_location( $_REQUEST['taxonomy'], true ) ) {
		echo '';
	}
}