Sindbad~EG File Manager

Current Path : /home/xiedrke/entrepot/wp-content/plugins/realpress/app/Shortcodes/
Upload File :
Current File : /home/xiedrke/entrepot/wp-content/plugins/realpress/app/Shortcodes/BecomeAgentForm.php

<?php

namespace RealPress\Shortcodes;

use RealPress\Helpers\Template;

class BecomeAgentForm extends AbstractShortcode {
	protected $shortcode_name = 'realpress_become_an_agent';

	/**
	 * BecomeAgentForm constructor.
	 */
	public function __construct() {
		parent::__construct();
	}

	/**
	 * @param $attrs
	 *
	 * @return string
	 */
	public function render( $attrs ): string {
		ob_start();
		$data = $attrs;
		Template::instance( true )->get_frontend_template_type_classic( 'shortcodes/become-an-agent.php', compact( 'data' ) );

		return ob_get_clean();
	}

	/**
	 * @return void
	 */
	public function enqueue_scripts() {
	}
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists