Used By
| Used By | Description | 
|---|---|
| wp-includes/atomlib.php: AtomParser::start_element() | 
File: wp-includes/atomlib.php
function is_declared_content_ns($new_mapping) {
        foreach($this->content_ns_contexts as $context) {
            foreach($context as $mapping) {
                if($new_mapping == $mapping) {
                    return true;
                }
            }
        }
        return false;
    }  
    © 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
    https://developer.wordpress.org/reference/classes/atomparser/is_declared_content_ns