Changeset 2316087
- Timestamp:
- 06/01/2020 07:20:09 PM (6 years ago)
- File:
-
- 1 edited
-
informvisitors/trunk/informvisitors.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
informvisitors/trunk/informvisitors.php
r2316067 r2316087 61 61 //various action hooks called to add codes added by call back function(second parameter is for callback functions) 62 62 add_action('wp_head', 'informvisitors_insert_javascript'); 63 add_action( 'admin_init', 'informvisitors_register_mysettings' );64 63 add_action( 'admin_notices','informvisitors_warn_nosettings'); 65 64 … … 106 105 } 107 106 } 108 ?>
Note: See TracChangeset
for help on using the changeset viewer.