: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Sends back ajax response to client end
namespace TwitterFeed\Admin;
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
public function __construct( $is_success, $data ) {
$is_success ? wp_send_json_success( $data ) : wp_send_json_error( $data );