문제

I am new to programming and web designing. I need a little help. Whiteboard framework has in the index.php file a code line:

<?php if ( ! dynamic_sidebar( 'Alert' ) ) : ?>
<!--Wigitized 'Alert' for the home page -->
<?php endif ?>

What is it for?

도움이 되었습니까?

해결책

dynamic_sidebar() is a WordPress function. I believe the code within the if statement will run if the sidebar named "Alert" is not found or does not contain widgets.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top