Submit
Path:
~
/
home
/
getwphos
/
www
/
dynastymetalworks
/
wp-content
/
plugins
/
indostio-addons
/
inc
/
elementor
/
File Content:
utils.php
<?php namespace Indostio\Addons\Elementor; use Indostio\Addons\Helper; class Utils { /** * Get terms array for select control * * @param string $taxonomy * @return array */ public static function get_terms_options( $taxonomy = 'category' ) { $terms = Helper::get_terms_hierarchy( $taxonomy, '—' ); if ( empty( $terms ) ) { return []; } $options = wp_list_pluck( $terms, 'name', 'slug' ); return $options; } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
controls
---
0755
modules
---
0755
widgets
---
0755
elementor.php
7944 bytes
0644
utils.php
468 bytes
0644
N4ST4R_ID | Naxtarrr