| Linux server27.hostingraja.org 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64 Path : /home/udaipurk/www/websites/rishhh/wp-content/plugins/et-core-plugin/views/ |
| Current File : //home/udaipurk/www/websites/rishhh/wp-content/plugins/et-core-plugin/views/social-authorize.php |
<?php
namespace ETC\Views;
use ETC\Core\View;
/**
* View class to load authorize template
*
* @since 3.0.3
* @version 1.0.0
* @package ETC
* @subpackage ETC/views
*/
class Social_Authorize extends View {
/**
* Prints product metaboxes fields.
*
* @param array $args
* @return void
* @since 2.3.4
* @version 1.0.0
*/
public function authorization_buttons($args = []) {
echo $this->render_template( 'authorize/buttons.php', $args );
}
}