PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
instagram-feed
/
admin
/
builder
/
templates
/
preview
<?php $file = get_stylesheet_uri(); $theme_css = new \InstagramFeed\Builder\SBI_Theme_CSS( $file ); if ( ! $theme_css->is_cached() ) { $theme_css->load_css(); $theme_css->parse(); $theme_css->find_styles(); $theme_css->cache(); } echo $theme_css->generate_style_html();
[+]
..
[-] header.php
[edit]
[-] error.php
[edit]
[-] theme-styles.php
[edit]