This action runs before displaying general settings in admin panel. you can use this action to display content just before the general settings. This action includes one parameters $wpw_auto_poster_options.
This action runs after displaying general settings in admin panel. you can use this action to display content just after the general settings. This action includes one parameters $wpw_auto_poster_options.
This action runs displaying settings tab in admin panel. you can use this action to display custom tab in admin settings. This action includes one parameters $selected_tab.
This action runs displaying settings tab content in admin panel. you can use this action to display custom tab content in admin settings. This action includes one parameters $selected_tab.
This filter allows you to validate setting fields value before save. The filter includes two parameters, $input, $wpw_auto_poster_options.
This filter allows you to verify send wall post after post create / update. The filter includes three parameters, $allow, $post, $wpw_auto_poster_options.
This filter allows you to modify Full Permalink before post publish. The filter includes two parameter, $post_url, $post_id.
This filter allows you to modify short post link. The filter includes six parameters, $link, $unique, $postid, $customlink, $socialtype, $shortnertype.
This filter allows you to modify tweet status excerpt. The filter includes two parameters, $post_excerpt, $post.
This filter allows you to modify date format. The filter includes one parameter, $date which contain formatted date.
This filter allows you to checked / unchecked publish checkbox, if you want to checked then you can add social media name which you want to checked publish checkbox in lower case, The filter includes one parameter, $checked_publishboxs which is an array contain social media names in lowercase.
This filter allows you to modify BufferApp posting parameters. The filter includes one parameter, $params, $post.
This filter allows you to modify Facebook redirect URL. The filter includes one parameter, $redirect_url.
This filter allows you to modify Facebook login URL. The filter includes two parameters, $login_url, $this.
This filter allows you to modify Facebook posting title. The filter includes two parameters, $title, $post.
This filter allows you to modify LinkedIn posting comments. The filter includes two parameters, $comments, $post.
This filter allows you to modify LinkedIn posting content. The filter includes three parameters, $content, $post, $profile_type.
This filter allows you to modify LinkedIn posting title. The filter includes three parameters, $title, $post, $profile_type.
This filter allows you to modify Tumblr posting arguments. The filter includes two parameters, $args, $post.
This filter allows you to modify Twitter posting status. The filter includes one parameter, $status.
This filter allows you to handle extra security for third party plugins when post to social media at the time of saving post. The filter includes two parameters, $extra_security, $post_id.