🏠 Root
/
home
/
artorgp
/
www
/
wp-content
/
plugins
/
a-z-listing
/
src
/
legacy
/
Editing: Alphabet.php
<?php /** * Legacy compatibility A-Z Listing Alphabet handler * * @package a-z-listing */ declare(strict_types=1); if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Legacy compatibility A-Z Listing Alphabet handler class * * @since 4.0.0 */ class A_Z_Listing_Alphabet extends \A_Z_Listing\Alphabet {}
Save
Cancel