Changeset 1858153
- Timestamp:
- 04/14/2018 12:06:53 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-random-post-thumbnails/trunk/classes/class-wprpt.php
r1842172 r1858153 22 22 $this->init_options_page(); 23 23 24 if ( ! is_admin() || DOING_AJAX) {24 if ( ! is_admin() || wp_doing_ajax() ) { 25 25 add_filter( 'post_thumbnail_id', array($this, 'set_post_thumbnail_id') ); 26 26 add_filter( 'get_post_metadata', array($this, 'filter_get_post_metadata') , 10, 4);
Note: See TracChangeset
for help on using the changeset viewer.