REDROOM
PHP 8.0.30
Path:
Logout
Edit File
Size: 749 B
Close
/home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/seo-by-rank-math/includes/traits/class-shortcode.php
Text
Base64
<?php /** * The Shortcode trait. * * @since 0.9.0 * @package RankMath * @subpackage RankMath\Traits * @author Rank Math <support@rankmath.com> */ namespace RankMath\Traits; defined( 'ABSPATH' ) || exit; /** * Trait Shortcode */ trait Shortcode { /** * Adds a new shortcode * * @param string $tag Shortcode tag to be searched in post content. * @param callable $func The callback function to run when the shortcode is found. */ protected function add_shortcode( $tag, $func ) { \add_shortcode( $tag, [ $this, $func ] ); } /** * Removes hook for shortcode. * * @param string $tag Shortcode tag to remove hook for. */ protected function remove_shortcode( $tag ) { \remove_shortcode( $tag ); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
class-ajax.php
2.64 KB
lrw-r--r--
2026-04-02 06:11:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-cache.php
2.55 KB
lrw-r--r--
2026-04-02 06:11:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-hooker.php
4.57 KB
lrw-r--r--
2026-04-02 06:11:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-meta.php
1.50 KB
lrw-r--r--
2026-04-02 06:11:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-shortcode.php
749 B
lrw-r--r--
2026-04-02 06:11:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-wizard.php
585 B
lrw-r--r--
2026-04-02 06:11:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.php
28 B
lrw-r--r--
2026-04-02 06:11:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).