PATH:
home
/
lab2454c
/
foreclass.com
/
wp-content
/
themes
/
oceanwp
/
inc
/
themepanel
/
views
/
panes
<?php function get_latest_changelog() { $changelog = null; $access_type = get_filesystem_method(); if ( $access_type === 'direct' ) { $changelog_file = get_template_directory() . '/changelog.md'; if( file_exists( $changelog_file ) ) { $changelog = file_get_contents( $changelog_file ); } } return $changelog; } ?> <script> document.getElementById('content').innerHTML = marked.parse(<?php echo json_encode( get_latest_changelog() ); ?>); </script> <div class="oceanwp-tp-pane-box" id="oceanwp-tp-changelog"> <?php include_once oceanwp_theme_panel()->panel_top_header(); ?> <div class="oceanwp-tp-message"> <div id="content"></div> </div> </div>
[-] home.php
[edit]
[+]
..
[-] gutenberg-blocks.php
[edit]
[-] extra-settings.php
[edit]
[-] admin-settings.php
[edit]
[-] changelog.php
[edit]
[-] system-info.php
[edit]
[-] plugin-upgrade-info.php
[edit]
[-] install-demos.php
[edit]
[-] integration.php
[edit]
[-] customizer.php
[edit]
[-] help.php
[edit]
[-] free-vs-pro.php
[edit]
[-] elementor-widgets.php
[edit]
[-] elementor-library.php
[edit]
[-] white-label.php
[edit]
[-] useful-plugins.php
[edit]
[-] ocean-images.php
[edit]