Deprecated
Table of Contents
| includes/deprecated.php |
| includes/Table_Args.php |
| includes/Table_Cache.php |
| lib/class-html-data-table.php |
| lib/Plugin/Licensed_Plugin.php |
| lib/Plugin/Premium_Plugin.php |
| lib/Util.php |
deprecated.php
| Line | Element | Reason |
|---|---|---|
| 77 | Posts_Table_Pro() | Replaced by Barn2\Plugin\Posts_Table_Pro\ptp |
| 45 | Posts_Table_Pro_Plugin | Replaced by Barn2\Plugin\Posts_Table_Pro\Plugin |
| 59 | Posts_Table_Pro_Plugin::instance() | Replaced by Barn2\Plugin\Posts_Table_Pro\ptp |
| 85 | Posts_Table_Util | Replaced by Barn2\Plugin\Posts_Table_Pro\Util\Util |
| 90 | Posts_Table_Util::get_script_suffix() | Replaced by Barn2\PTP_Lib\Util::get_script_suffix() |
| 98 | Posts_Table_Util::get_terms() | Replaced by get_terms() |
| 115 | Posts_Table_Settings | Replaced by Barn2\Plugin\Posts_Table_Pro\Util\Options |
| 123 | Posts_Table_Settings::get_setting_shortcode_defaults() | Replaced by Options::get_shortcode_options() |
| 131 | Posts_Table_Settings::get_setting_misc() | Replaced by Options::get_additional_options() |
| 139 | Posts_Table_Settings::settings_to_shortcode_args() | Only used internally. |
| 149 | Posts_Table_Frontend_Scripts | Replaced by Barn2\Plugin\Posts_Table_Pro\Frontend_Scripts |
| 154 | Posts_Table_Frontend_Scripts::load_scripts() | Replaced by Frontend_Scripts->register() |
| 164 | Posts_Table_Frontend_Scripts::register_table_scripts() | Replaced by Frontend_Scripts::load_table_scripts() |
| 175 | Posts_Table_Ajax_Handler | Replaced by Barn2\Plugin\Posts_Table_Pro\Ajax_Handler |
| 180 | Posts_Table_Ajax_Handler::register_ajax_events() | Replaced by Ajax_Handler->register() |
| 192 | Posts_Table_Shortcode | Replaced by Barn2\Plugin\Posts_Table_Pro\Table_Shortcode |
| 197 | Posts_Table_Shortcode::register_shortcode() | Replaced by Table_Shortcode->register() |
| 216 | Posts_Table_Factory | Replaced by Barn2\Plugin\Posts_Table_Pro\Table_Factory |
| 230 | Posts_Data_Table | Replaced by Barn2\Plugin\Posts_Table_Pro\Posts_Table |
| 242 | Posts_Table_Cache | Replaced by Barn2\Plugin\Posts_Table_Pro\Table_Cache |
| 257 | Posts_Table_Query | Replaced by Barn2\Plugin\Posts_Table_Pro\Table_Query |
| 269 | Posts_Table_Columns | Replaced by Barn2\Plugin\Posts_Table_Pro\Table_Columns |
| 289 | Posts_Table_Config_Builder | Replaced by Barn2\Plugin\Posts_Table_Pro\Config_Builder |
| 301 | Posts_Table_Hook_Manager | Replaced by Barn2\Plugin\Posts_Table_Pro\Table_Hooks |
| 313 | Posts_Table_Data_Factory | Replaced by Barn2\Plugin\Posts_Table_Pro\Data\Data_Factory |
| 325 | Posts_Table_Data_Title | Replaced by Barn2\Plugin\Posts_Table_Pro\Data\Post_Title |
| 332 | Posts_Table_Data_Author | Replaced by Barn2\Plugin\Posts_Table_Pro\Data\Post_Author |
| 339 | Posts_Table_Data_Categories | Replaced by Barn2\Plugin\Posts_Table_Pro\Data\Post_Categories |
| 346 | Posts_Table_Data_Content | Replaced by Barn2\Plugin\Posts_Table_Pro\Data\Post_Content |
| 353 | Posts_Table_Data_Id | Replaced by Barn2\Plugin\Posts_Table_Pro\Data\Post_Id |
| 360 | Posts_Table_Data_Image | Replaced by Barn2\Plugin\Posts_Table_Pro\Data\Post_Image |
| 367 | Posts_Table_Data_Tags | Replaced by Barn2\Plugin\Posts_Table_Pro\Data\Post_Tags |
| 374 | Posts_Table_Data_Status | Replaced by Barn2\Plugin\Posts_Table_Pro\Data\Post_Status |
| 381 | Posts_Table_Data_Excerpt | Replaced by Barn2\Plugin\Posts_Table_Pro\Data\Post_Excerpt |
| 388 | Posts_Table_Data_Date | Replaced by Barn2\Plugin\Posts_Table_Pro\Data\Post_Date |
| 395 | Posts_Table_Data_Custom_Field | Replaced by Barn2\Plugin\Posts_Table_Pro\Data\Post_Custom_Field |
| 402 | Posts_Table_Data_Custom_Taxonomy | Replaced by Barn2\Plugin\Posts_Table_Pro\Data\Post_Custom_Taxonomy |
| 409 | Posts_Table_Admin_General | Replaced by Barn2\Plugin\Posts_Table_Pro\Admin\Admin_Controller |
| 416 | Posts_Table_Admin_Settings_Page | Replaced by Barn2\Plugin\Posts_Table_Pro\Admin\Settings_Page |
| 423 | Posts_Table_Args | Replaced by Barn2\Plugin\Posts_Table_Pro\Table_Args |
| 442 | Abstract_Posts_Table_Data | Replaced by Barn2\Plugin\Posts_Table_Pro\Data\Abstract_Table_Data |
| 435 | Posts_Table_Data | Replaced by Barn2\PTP_Lib\Table\Table_Data_Interface |
Table_Args.php
| Line | Element | Reason |
|---|---|---|
| 172 | Table_Args::get_defaults() | Use Barn2\Plugin\Posts_Table_Pro\Table_Args::get_user_defaults() instead |
Table_Cache.php
| Line | Element | Reason |
|---|---|---|
| 40 | Table_Cache::load_from_cache() |
|
class-html-data-table.php
| Line | Element | Reason |
|---|---|---|
| 240 | Html_Data_Table::add_above() | |
| 249 | Html_Data_Table::add_below() |
Licensed_Plugin.php
| Line | Element | Reason |
|---|---|---|
| 21 | Licensed_Plugin::get_item_id() | Replaced by Plugin::get_id() |
Premium_Plugin.php
| Line | Element | Reason |
|---|---|---|
| 53 | Premium_Plugin::get_item_id() | since 1.2 Replaced by Simple_Plugin::get_id() |
Util.php
| Line | Element | Reason |
|---|---|---|
| 181 | Util::format_store_url() | Renamed store_url |