golden hour
/var/www/html/wp-content/plugins/unyson/framework/extensions/blog
⬆️ Go Up
Upload
File/Folder
Size
Actions
class-fw-extension-blog.php
2.89 KB
Del
OK
manifest.php
344 B
Del
OK
Edit: manifest.php
<?php if ( ! defined( 'FW' ) ) { die( 'Forbidden' ); } $manifest = array(); $manifest['name'] = __( 'Blog Posts', 'fw' ); $manifest['description'] = __( 'Blog Posts', 'fw' ); $manifest['version'] = '1.0.2'; $manifest['display'] = false; $manifest['standalone'] = true; $manifest['github_update'] = 'ThemeFuse/Unyson-Blog-Extension';
Save