: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
<?php if ( ! defined( 'ABSPATH' ) ) exit;
* Class NF_Abstracts_Routes
abstract class NF_Abstracts_Routes
* Register the API routes
public function __construct(){
add_action('rest_api_init', [ $this, 'register_routes'] );
public abstract function register_routes();