/** * The Block Base * * @since 0.9.0 * @package RankMath * @subpackage RankMath\Schema * @author Rank Math */ namespace RankMath\Schema; use RankMath\Helper; use RankMath\Traits\Hooker; defined( 'ABSPATH' ) || exit; /** * Block class. */ class Block { /** * Function to certain tags from the text. * * @param string $text Block content. * * @return string */ protected function clean_text( $text ) { return strip_tags( $text, '