Changeset 1980604
- Timestamp:
- 11/26/2018 12:39:09 PM (7 years ago)
- File:
-
- 1 edited
-
sophia-twitter-auto-post/trunk/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sophia-twitter-auto-post/trunk/index.php
r1949913 r1980604 13 13 include('admin/admin-init.php'); 14 14 15 add_action('auto-draft_to_publish', 'jjav_sophia_twitter_auto_post', 10, 1); 16 add_action('draft_to_publish', 'jjav_sophia_twitter_auto_post', 10, 1); 17 add_action('future_to_publish', 'jjav_sophia_twitter_auto_post', 10, 1); 15 //add_action('auto-draft_to_publish', 'jjav_sophia_twitter_auto_post', 10, 1); 16 //add_action('future_to_publish', 'jjav_sophia_twitter_auto_post', 10, 1); 18 17 add_action('new_to_publish', 'jjav_sophia_twitter_auto_post', 10, 1); 19 add_action('pending_to_publish', 'jjav_sophia_twitter_auto_post', 10, 1);18 //add_action('pending_to_publish', 'jjav_sophia_twitter_auto_post', 10, 1); 20 19 21 20 function jjav_sophia_twitter_auto_post() {
Note: See TracChangeset
for help on using the changeset viewer.