MP_Callback_Export::get_more_leads()
Get more leads for JSON request manually.
Source Source
File: mortgage-platform/Inc/Callback/MP_Callback_Export.php
public function get_more_leads() {
MP_Callback::check_nonce( $_POST['nonce'], 'mortgage_json-request' );
if ( isset( $_POST['query_lenght'] ) ) {
$query_lenght = $_POST['query_lenght'];
} else {
$query_lenght = 0;
}
$this->get_table_data(10, $query_lenght);
wp_die();
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |