File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/TableOfContents.php.tar
httpdocs/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/Blocks/TableOfContents.php 0000644 00000000616 15154663240 0035137 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?php
namespace AIOSEO\Plugin\Common\Standalone\Blocks;
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* Table of Contents Block.
*
* @since 4.2.3
*/
class TableOfContents extends Blocks {
/**
* Register the block.
*
* @since 4.2.3
*
* @return void
*/
public function register() {
aioseo()->blocks->registerBlock( 'aioseo/table-of-contents' );
}
}