Submit
Path:
~
/
home
/
b
/
f
/
x
/
bfxleof
/
www
/
wp-content
/
plugins
/
secupress
/
assets
/
admin
/
css
/
File Content:
module.php
<?php namespace Elementor\Modules\Shapes; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Module extends \Elementor\Core\Base\Module { /** * @param bool $add_custom Determine if the output should include the `Custom` option. * * @return array List of paths. */ public static function get_paths( $add_custom = true ) { $paths = [ 'wave' => __( 'Wave', 'elementor' ), 'arc' => __( 'Arc', 'elementor' ), 'circle' => __( 'Circle', 'elementor' ), 'line' => __( 'Line', 'elementor' ), 'oval' => __( 'Oval', 'elementor' ), 'spiral' => __( 'Spiral', 'elementor' ), ]; if ( $add_custom ) { $paths['custom'] = __( 'Custom', 'elementor' ); } return $paths; } /** * @param $path string Path name. * * @return string The path SVG markup. */ public static function get_path_svg( $path ) { $file_name = ELEMENTOR_ASSETS_PATH . 'svg-paths/' . $path . '.svg'; if ( ! is_file( $file_name ) ) { return ''; } return file_get_contents( $file_name ); } /** * Get the module's associated widgets. * * @return string[] */ protected function get_widgets() { return [ 'TextPath', ]; } /** * Retrieve the module name. * * @return string */ public function get_name() { return 'shapes'; } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
base-20260704085543.php
2793 bytes
0644
base.php
2793 bytes
0644
class-sitemaps-admin.php
3665 bytes
0644
elFinderVolumeLocalFileSystem.class-20260623050500.php
48544 bytes
0644
exceptions.php
708 bytes
0644
module.php
1297 bytes
0644
secupress-action-page.css
1908 bytes
0644
secupress-action-page.min.css
1582 bytes
0644
secupress-common.css
32179 bytes
0644
secupress-common.min.css
27086 bytes
0644
secupress-dark-mode.css
11626 bytes
0644
secupress-dark-mode.min.css
9333 bytes
0644
secupress-logs.css
7350 bytes
0644
secupress-logs.min.css
5941 bytes
0644
secupress-modal.css
4719 bytes
0644
secupress-modal.min.css
4138 bytes
0644
secupress-modules.css
37629 bytes
0644
secupress-modules.min.css
31846 bytes
0644
secupress-notices.css
2837 bytes
0644
secupress-notices.min.css
2464 bytes
0644
secupress-scanner.css
36300 bytes
0644
secupress-scanner.min.css
30643 bytes
0644
secupress-settings.css
925 bytes
0644
secupress-settings.min.css
852 bytes
0644
secupress-wordpress.css
16878 bytes
0644
secupress-wordpress.min.css
14052 bytes
0644
sweetalert2.css
12670 bytes
0644
sweetalert2.min.css
5931 bytes
0644
sweetalert2.scss
8116 bytes
0644
N4ST4R_ID | Naxtarrr