Submit
Path:
~
/
home
/
getwphos
/
www
/
bubrupamjcb.com
/
wp-content
/
plugins
/
seo-by-rank-math
/
includes
/
admin
/
wizard
/
File Content:
interface-wizard-step.php
<?php /** * The wizard step contract. * * @since 0.9.0 * @package RankMath * @subpackage RankMath\Wizard * @author Rank Math <support@rankmath.com> */ namespace RankMath\Wizard; defined( 'ABSPATH' ) || exit; /** * Wizard step contract. */ interface Wizard_Step { /** * Render step body. * * @param object $wizard Wizard class instance. * * @return void */ public function render( $wizard ); /** * Render form for step. * * @param object $wizard Wizard class instance. * * @return void */ public function form( $wizard ); /** * Save handler for step. * * @param array $values Values to save. * @param object $wizard Wizard class instance. * * @return bool */ public function save( $values, $wizard ); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
views
---
0755
class-search-console.php
3556 bytes
0644
interface-wizard-step.php
774 bytes
0644
N4ST4R_ID | Naxtarrr