Skip to content

Commit

Permalink
Update registration-for-categories.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Finland93 authored Jul 4, 2023
1 parent 9171c13 commit beb1426
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions registration-for-categories.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

// Exit if directly accessed
if (!defined('ABSPATH')) {
exit;
}

// Plugin activation hook
register_activation_hook( __FILE__, 'registration_for_categories_activate' );

Expand Down

0 comments on commit beb1426

Please sign in to comment.