Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
rami-elementor committed Jul 23, 2023
1 parent d32e306 commit 7df12e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions template-parts/archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@

<div class="page-content">
<?php
var_dump( get_option( 'hello_elementor_description_meta_tag' ) );
var_dump( get_option( 'hello_elementor_page_title' ) );
echo 'descr' . get_option( 'hello_elementor_description_meta_tag' ) . '<br>';
echo 'title' . get_option( 'hello_elementor_page_title' ) . '<br>';
while ( have_posts() ) {
the_post();
$post_link = get_permalink();
Expand Down

0 comments on commit 7df12e0

Please sign in to comment.