Changeset 1870385
- Timestamp:
- 05/07/2018 09:55:59 PM (8 years ago)
- File:
-
- 1 edited
-
proverbs/tags/2.0/includes/class-proverbs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
proverbs/tags/2.0/includes/class-proverbs.php
r1870335 r1870385 332 332 private function define_general_hooks() { 333 333 $this->loader->add_action( 'init', $this, 'add_categories' ); 334 $this->loader->add_action( 'wp_ footer', $this, 'add_proverbs', 11 );335 $this->loader->add_action( 'wp_ footer', $this, 'attach_categories', 12 );334 $this->loader->add_action( 'wp_loaded', $this, 'add_proverbs', 11 ); 335 $this->loader->add_action( 'wp_loaded', $this, 'attach_categories', 12 ); 336 336 $this->loader->add_action( 'init', $this, 'create_shortcodes' ); 337 $this->loader->add_action( 'wp_ footer', $this, 'add_pages', 14 );337 $this->loader->add_action( 'wp_loaded', $this, 'add_pages', 14 ); 338 338 } 339 339
Note: See TracChangeset
for help on using the changeset viewer.