Lines:
1 to 71 of 71
<?php // (C) Copyright Bobbing Wide 2013-2015 /* function oik_batchmove_lazy_admin_menu() – Implement "oik_admin_menu" for oik-batchmove */ /* function oik_batchmove_do_page() – Implement batchmove main page */ /* function oik_batchmove_scheduled_page() – Implement scheduled batchmove page */ /* function oik_batchmove_order_by() – Display the order_by select list */ /* function oik_batchmove_order() – Display the sort sequence select list */ /* function oik_batchmove_category_select() – Display a category selection drop down list */ /* function oik_batchmove_selection() – Display the post category selection form */ /* function oik_batchmove_action() – Offer different actions to perform */ /* function oik_batchmove_hidden_field() – Add a hidden field to the form if the field value is set */ /* function oik_batchmove_hidden_fields() – Add hidden fields to the form */ /* function oik_batchmove_selected() – Display the selected posts in a form, allowing them to be selected, and the actions that can be performed */ /* function oik_batchmove_results() – Display the results of performing the actions */ /* function oik_batchmove_perform_action() – Perform the selected action against the selected post */ /* function oik_batchmove_perform_update() – Update a post by adding then new category then removing the original */ /* function oik_batchmove_perform_add() – Add a category to a post */ /* function oik_batchmove_perform_delete() – Delete a category from a post */ /* function bw_array_unset_value() – */ /* function oik_batchmove_perform_republish() – Perform republish for a selected post */ /* function oik_batchmove_perform_metadata() – Set meta value for the selected post */ /* function oik_batchmove_perform_wpseohide() – Hide the selected post from robots using WordPress SEO */ /* function oik_batchmove_perform_wpseounhide() – Unhide the selected post from robots using WordPress SEO */ /* function oik_batchmove_perform() – Perform the selected action for each of the selected posts */ /* function oik_batchmove_usage_notes() – */ /* function oik_batchmove_add_filter_field() – Add a "posts_where" filter field */ /* function oik_batchmove_add_filter_fields() – Add filters for from and to dates */ /* function oik_batchmove_filter_where() – Implement "filter_where" filter for bw_get_posts() */ /* function oik_batchmove_display_posts() – Display the selected posts based on the selection criteria */ /* function oik_batchmove_display_header() – Display the table header for the batch move selection table */ /* function oik_batchmove_display_selection() – Display the table of selected posts */ /* function oik_batchmove_display_post() – Display the values of the current post */ /* function _oikbm_icheckselectall() – Implement a select all check box */ /* function _oikbm_icheck() – Display an input field checkbox which doesn’t have a hidden field This means that only those which are selected are returned. */View on GitHub View on Trac