D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
stickain
/
davidsteele.com
/
wp-content
/
themes
/
flatsome
/
inc
/
builder
/
core
/
server
/
helpers
/
Filename :
paths.php
back
Copy
<?php /** * Get path to a file relative to plugin directory. * * @param string $path * @return string */ function ux_builder_path( $path = '' ) { return UX_BUILDER_PATH . $path; }