Check if REST is Enabled

Successful REST configuration (filters and constants) is required for some advanced features.

if ( ! CFGP_U::is_rest_enabled() ) {
    // Show admin notice or fallback logic
}
Was this page helpful?