diff --git a/includes_media.php.html b/includes_media.php.html index acca06a..a0f19b9 100644 --- a/includes_media.php.html +++ b/includes_media.php.html @@ -194,7 +194,7 @@
diff --git a/includes_metabox.php.html b/includes_metabox.php.html index e83eafb..c1a2a73 100644 --- a/includes_metabox.php.html +++ b/includes_metabox.php.html @@ -184,10 +184,15 @@ if ( current_user_can( 'edit_others_posts' ) ) { if ( '1' === get_option( 'jd_individual_twitter_users' ) ) { $selected = ( get_post_meta( $post->ID, '_wpt_authorized_users', true ) ) ? get_post_meta( $post->ID, '_wpt_authorized_users', true ) : array(); - if ( function_exists( 'wpt_authorized_users' ) ) { - wpt_authorized_users( $selected ); - do_action( 'wpt_authors_tab', $post->ID, $selected ); - } + /** + * Render actions relevant only when multiple users are enabled. + * + * @hook wpt_authors_tab + * + * @param int $post_ID Post ID. + * @param array $selected Selected users for current post. + */ + do_action( 'wpt_authors_tab', $post->ID, $selected ); } } } @@ -634,7 +639,7 @@
diff --git a/includes_post-info.php.html b/includes_post-info.php.html index 09950c5..16798f6 100644 --- a/includes_post-info.php.html +++ b/includes_post-info.php.html @@ -296,7 +296,7 @@
diff --git a/index.html b/index.html index 0e02b7a..d924a07 100644 --- a/index.html +++ b/index.html @@ -113,7 +113,7 @@


diff --git a/services_bluesky_post.php.html b/services_bluesky_post.php.html index 93acf8f..09561f6 100644 --- a/services_bluesky_post.php.html +++ b/services_bluesky_post.php.html @@ -285,7 +285,7 @@
diff --git a/services_mastodon_post.php.html b/services_mastodon_post.php.html index 7bdac9a..64e4df2 100644 --- a/services_mastodon_post.php.html +++ b/services_mastodon_post.php.html @@ -238,7 +238,7 @@
diff --git a/services_x_class-wpt-twitteroauth.php.html b/services_x_class-wpt-twitteroauth.php.html index f0d0af9..d13e24c 100644 --- a/services_x_class-wpt-twitteroauth.php.html +++ b/services_x_class-wpt-twitteroauth.php.html @@ -450,7 +450,7 @@
diff --git a/services_x_post.php.html b/services_x_post.php.html index 1821799..882cfbe 100644 --- a/services_x_post.php.html +++ b/services_x_post.php.html @@ -211,7 +211,7 @@
diff --git a/wp-to-twitter-manager.php.html b/wp-to-twitter-manager.php.html index 37f85a4..1fadd0b 100644 --- a/wp-to-twitter-manager.php.html +++ b/wp-to-twitter-manager.php.html @@ -1210,7 +1210,7 @@
diff --git a/wp-to-twitter-shorteners.php.html b/wp-to-twitter-shorteners.php.html index 6c42189..3005050 100644 --- a/wp-to-twitter-shorteners.php.html +++ b/wp-to-twitter-shorteners.php.html @@ -872,7 +872,7 @@
diff --git a/wp-to-twitter.php.html b/wp-to-twitter.php.html index addc9dd..a3457cf 100644 --- a/wp-to-twitter.php.html +++ b/wp-to-twitter.php.html @@ -1641,7 +1641,7 @@
diff --git a/wpt-functions.php.html b/wpt-functions.php.html index e58cf9f..b6899b5 100644 --- a/wpt-functions.php.html +++ b/wpt-functions.php.html @@ -1158,7 +1158,7 @@
diff --git a/wpt-rate-limiting.php.html b/wpt-rate-limiting.php.html index 9de6921..4a18a7f 100644 --- a/wpt-rate-limiting.php.html +++ b/wpt-rate-limiting.php.html @@ -304,7 +304,7 @@
diff --git a/wpt-truncate.php.html b/wpt-truncate.php.html index aef90d9..4575c53 100644 --- a/wpt-truncate.php.html +++ b/wpt-truncate.php.html @@ -663,7 +663,7 @@
diff --git a/wpt_after_meta_template_box.html b/wpt_after_meta_template_box.html index e53ae3e..4d3c001 100644 --- a/wpt_after_meta_template_box.html +++ b/wpt_after_meta_template_box.html @@ -182,7 +182,7 @@
Parameters:

diff --git a/wpt_allow_copy_meta.html b/wpt_allow_copy_meta.html index ed453df..0b65de6 100644 --- a/wpt_allow_copy_meta.html +++ b/wpt_allow_copy_meta.html @@ -200,7 +200,7 @@
Returns:

diff --git a/wpt_allowed_post_types.html b/wpt_allowed_post_types.html index 3034516..121f4b5 100644 --- a/wpt_allowed_post_types.html +++ b/wpt_allowed_post_types.html @@ -223,7 +223,7 @@
Returns:

diff --git a/wpt_authors_tab.html b/wpt_authors_tab.html new file mode 100644 index 0000000..ccbc7a9 --- /dev/null +++ b/wpt_authors_tab.html @@ -0,0 +1,206 @@ + + + + + Action: wpt_authors_tab - XPoster Hook Doumentation + + + + + + + + + + +
+ +

Action: wpt_authors_tab

+
+ + + + + +
+ +
+

+ +
+ +
+
+ + + + + +

do_action( 'wpt_authors_tab', int, array )

+ + + + + +
+

Render actions relevant only when multiple users are enabled.

+
+ + + + + + + +
Parameters:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
int + +

$post_ID Post ID.

array + +

$selected Selected users for current post.

+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + +
+ + +
+ +
+ + + + +
+ + + +
+ + + +
+ + + + + \ No newline at end of file diff --git a/wpt_auto_tweet_allowed.html b/wpt_auto_tweet_allowed.html index db40731..f8ea8db 100644 --- a/wpt_auto_tweet_allowed.html +++ b/wpt_auto_tweet_allowed.html @@ -223,7 +223,7 @@
Returns:

diff --git a/wpt_custom_shortcode.html b/wpt_custom_shortcode.html index e138d12..ce3f715 100644 --- a/wpt_custom_shortcode.html +++ b/wpt_custom_shortcode.html @@ -246,7 +246,7 @@
Returns:

diff --git a/wpt_custom_tab.html b/wpt_custom_tab.html index acb88de..2dd906d 100644 --- a/wpt_custom_tab.html +++ b/wpt_custom_tab.html @@ -195,7 +195,7 @@
Parameters:

diff --git a/wpt_custom_tag.html b/wpt_custom_tag.html index 4501b27..d60ef0f 100644 --- a/wpt_custom_tag.html +++ b/wpt_custom_tag.html @@ -223,7 +223,7 @@
Returns:

diff --git a/wpt_custom_truncate.html b/wpt_custom_truncate.html index 7fda317..e4ba6cb 100644 --- a/wpt_custom_truncate.html +++ b/wpt_custom_truncate.html @@ -816,7 +816,7 @@
Returns:

diff --git a/wpt_default_rate_limit.html b/wpt_default_rate_limit.html index 5f6868b..575525d 100644 --- a/wpt_default_rate_limit.html +++ b/wpt_default_rate_limit.html @@ -226,7 +226,7 @@
Returns:

diff --git a/wpt_do_bluesky_post.html b/wpt_do_bluesky_post.html index c475c46..16a7069 100644 --- a/wpt_do_bluesky_post.html +++ b/wpt_do_bluesky_post.html @@ -272,7 +272,7 @@
Returns:

diff --git a/wpt_do_shortening.html b/wpt_do_shortening.html index e3b073f..fbb15ac 100644 --- a/wpt_do_shortening.html +++ b/wpt_do_shortening.html @@ -315,7 +315,7 @@
Returns:

diff --git a/wpt_do_toot.html b/wpt_do_toot.html index 7586eb6..e24f4ca 100644 --- a/wpt_do_toot.html +++ b/wpt_do_toot.html @@ -272,7 +272,7 @@
Returns:

diff --git a/wpt_do_tweet.html b/wpt_do_tweet.html index 0f2f08f..13deec6 100644 --- a/wpt_do_tweet.html +++ b/wpt_do_tweet.html @@ -272,7 +272,7 @@
Returns:

diff --git a/wpt_edit_sensitivity.html b/wpt_edit_sensitivity.html index c736e55..82b74b6 100644 --- a/wpt_edit_sensitivity.html +++ b/wpt_edit_sensitivity.html @@ -202,7 +202,7 @@
Returns:

diff --git a/wpt_exclude_post_types.html b/wpt_exclude_post_types.html index 470b256..067837e 100644 --- a/wpt_exclude_post_types.html +++ b/wpt_exclude_post_types.html @@ -200,7 +200,7 @@
Returns:

diff --git a/wpt_filter_bluesky_status.html b/wpt_filter_bluesky_status.html index 4b56aea..1465b1e 100644 --- a/wpt_filter_bluesky_status.html +++ b/wpt_filter_bluesky_status.html @@ -249,7 +249,7 @@
Returns:

diff --git a/wpt_filter_mastodon_status.html b/wpt_filter_mastodon_status.html index 92d6083..024c8f2 100644 --- a/wpt_filter_mastodon_status.html +++ b/wpt_filter_mastodon_status.html @@ -249,7 +249,7 @@
Returns:

diff --git a/wpt_filter_post_data.html b/wpt_filter_post_data.html index 4f86d8b..7b69f58 100644 --- a/wpt_filter_post_data.html +++ b/wpt_filter_post_data.html @@ -223,7 +223,7 @@
Returns:

diff --git a/wpt_filter_truncated_value.html b/wpt_filter_truncated_value.html index 7973203..c071a06 100644 --- a/wpt_filter_truncated_value.html +++ b/wpt_filter_truncated_value.html @@ -246,7 +246,7 @@
Returns:

diff --git a/wpt_hash_source.html b/wpt_hash_source.html index e4ca857..71eae79 100644 --- a/wpt_hash_source.html +++ b/wpt_hash_source.html @@ -223,7 +223,7 @@
Returns:

diff --git a/wpt_insert_post.html b/wpt_insert_post.html index 51cd1f6..410860e 100644 --- a/wpt_insert_post.html +++ b/wpt_insert_post.html @@ -205,7 +205,7 @@
Parameters:

diff --git a/wpt_max_length.html b/wpt_max_length.html index c9800e2..64a9fc3 100644 --- a/wpt_max_length.html +++ b/wpt_max_length.html @@ -200,7 +200,7 @@
Returns:

diff --git a/wpt_post_attachment.html b/wpt_post_attachment.html index 05c619d..c9dc130 100644 --- a/wpt_post_attachment.html +++ b/wpt_post_attachment.html @@ -226,7 +226,7 @@
Returns:

diff --git a/wpt_post_info.html b/wpt_post_info.html index dde28c4..ed6cbf6 100644 --- a/wpt_post_info.html +++ b/wpt_post_info.html @@ -227,7 +227,7 @@
Returns:

diff --git a/wpt_post_to_service.html b/wpt_post_to_service.html index 6235c8b..cd32f18 100644 --- a/wpt_post_to_service.html +++ b/wpt_post_to_service.html @@ -251,7 +251,7 @@
Parameters:

diff --git a/wpt_recent_tweet_threshold.html b/wpt_recent_tweet_threshold.html index 28f3fb3..f77201c 100644 --- a/wpt_recent_tweet_threshold.html +++ b/wpt_recent_tweet_threshold.html @@ -201,7 +201,7 @@
Returns:

diff --git a/wpt_service_enabled.html b/wpt_service_enabled.html index 40629be..2e23734 100644 --- a/wpt_service_enabled.html +++ b/wpt_service_enabled.html @@ -246,7 +246,7 @@
Returns:

diff --git a/wpt_settings_tabs_pages.html b/wpt_settings_tabs_pages.html index d42e46a..d569a99 100644 --- a/wpt_settings_tabs_pages.html +++ b/wpt_settings_tabs_pages.html @@ -223,7 +223,7 @@
Returns:

diff --git a/wpt_shorten_link.html b/wpt_shorten_link.html index 16fdeea..210f736 100644 --- a/wpt_shorten_link.html +++ b/wpt_shorten_link.html @@ -246,7 +246,7 @@
Returns:

diff --git a/wpt_should_block_status.html b/wpt_should_block_status.html index 2943aa4..c8da7a6 100644 --- a/wpt_should_block_status.html +++ b/wpt_should_block_status.html @@ -227,7 +227,7 @@
Returns:

diff --git a/wpt_show_last_update.html b/wpt_show_last_update.html index 4043772..6f4b5e2 100644 --- a/wpt_show_last_update.html +++ b/wpt_show_last_update.html @@ -200,7 +200,7 @@
Returns:

diff --git a/wpt_staging_mode.html b/wpt_staging_mode.html index e357cfe..a37ae5b 100644 --- a/wpt_staging_mode.html +++ b/wpt_staging_mode.html @@ -756,7 +756,7 @@
Returns:

diff --git a/wpt_tag_default.html b/wpt_tag_default.html index 463057c..33094c2 100644 --- a/wpt_tag_default.html +++ b/wpt_tag_default.html @@ -223,7 +223,7 @@
Returns:

diff --git a/wpt_tags.html b/wpt_tags.html index 63be8f1..2416fb6 100644 --- a/wpt_tags.html +++ b/wpt_tags.html @@ -200,7 +200,7 @@
Returns:

diff --git a/wpt_tweet_failed.html b/wpt_tweet_failed.html index 1dc897a..73b0d42 100644 --- a/wpt_tweet_failed.html +++ b/wpt_tweet_failed.html @@ -231,7 +231,7 @@
Parameters:

diff --git a/wpt_tweet_posted.html b/wpt_tweet_posted.html index cfb060e..862fc89 100644 --- a/wpt_tweet_posted.html +++ b/wpt_tweet_posted.html @@ -205,7 +205,7 @@
Parameters:

diff --git a/wpt_tweet_sentence.html b/wpt_tweet_sentence.html index a067f3d..8da240c 100644 --- a/wpt_tweet_sentence.html +++ b/wpt_tweet_sentence.html @@ -223,7 +223,7 @@
Returns:

diff --git a/wpt_tweet_this_edit.html b/wpt_tweet_this_edit.html index b2c7bcb..baefb24 100644 --- a/wpt_tweet_this_edit.html +++ b/wpt_tweet_this_edit.html @@ -250,7 +250,7 @@
Returns:

diff --git a/wpt_twitter_category_descs.html b/wpt_twitter_category_descs.html index d15f66e..756f1f8 100644 --- a/wpt_twitter_category_descs.html +++ b/wpt_twitter_category_descs.html @@ -200,7 +200,7 @@
Returns:

diff --git a/wpt_twitter_category_names.html b/wpt_twitter_category_names.html index d62ca37..4c9410d 100644 --- a/wpt_twitter_category_names.html +++ b/wpt_twitter_category_names.html @@ -200,7 +200,7 @@
Returns:

diff --git a/wpt_upload_image_size.html b/wpt_upload_image_size.html index b729069..e898705 100644 --- a/wpt_upload_image_size.html +++ b/wpt_upload_image_size.html @@ -187,7 +187,7 @@
Returns:

diff --git a/wpt_upload_media.html b/wpt_upload_media.html index 43a7fee..7ced7fb 100644 --- a/wpt_upload_media.html +++ b/wpt_upload_media.html @@ -223,7 +223,7 @@
Returns:

diff --git a/wpt_uploaded_image_alt.html b/wpt_uploaded_image_alt.html index 0a007d6..02e4ca2 100644 --- a/wpt_uploaded_image_alt.html +++ b/wpt_uploaded_image_alt.html @@ -609,7 +609,7 @@
Returns:

diff --git a/wpt_use_featured_image.html b/wpt_use_featured_image.html index 73d7f34..060183f 100644 --- a/wpt_use_featured_image.html +++ b/wpt_use_featured_image.html @@ -223,7 +223,7 @@
Returns:

diff --git a/wpt_user_meta_shortcode.html b/wpt_user_meta_shortcode.html index 4019bc1..14283a5 100644 --- a/wpt_user_meta_shortcode.html +++ b/wpt_user_meta_shortcode.html @@ -246,7 +246,7 @@
Returns:

diff --git a/wpt_utm_medium.html b/wpt_utm_medium.html index 77c2ccb..996e9cc 100644 --- a/wpt_utm_medium.html +++ b/wpt_utm_medium.html @@ -200,7 +200,7 @@
Returns:

diff --git a/wpt_utm_source.html b/wpt_utm_source.html index a61c681..0deb91a 100644 --- a/wpt_utm_source.html +++ b/wpt_utm_source.html @@ -200,7 +200,7 @@
Returns:

diff --git a/wptt_shorten_link.html b/wptt_shorten_link.html index 49ac422..659381d 100644 --- a/wptt_shorten_link.html +++ b/wptt_shorten_link.html @@ -750,7 +750,7 @@
Returns: