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