27 lines
496 B
PHP
Executable File
27 lines
496 B
PHP
Executable File
<?php
|
|
/**
|
|
* After Container template.
|
|
*
|
|
* @package OceanWP WordPress theme
|
|
*/
|
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit; // Exit if accessed directly.
|
|
} ?>
|
|
|
|
</article><!-- #post -->
|
|
|
|
<?php do_action( 'ocean_after_content_inner' ); ?>
|
|
|
|
</div><!-- #content -->
|
|
|
|
<?php do_action( 'ocean_after_content' ); ?>
|
|
|
|
</div><!-- #primary -->
|
|
|
|
<?php do_action( 'ocean_after_primary' ); ?>
|
|
|
|
</div><!-- #content-wrap -->
|
|
|
|
<?php do_action( 'ocean_after_content_wrap' ); ?>
|