This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //example | |
| function add_custom_stock_type() { | |
| ?> | |
| <script type="text/javascript"> | |
| jQuery(function(){ | |
| jQuery('._stock_status_field').not('.custom-stock-status').remove(); | |
| }); | |
| </script> | |
| <?php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="youtube-mychannel"> | |
| <ul id="results"></ul> | |
| </div> | |
| <style> | |
| #youtube-mychannel ul { | |
| width:100%; | |
| } | |
| #youtube-mychannel ul li{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="row maps"> | |
| <div class="col-md-12" id="map-canvas"> | |
| </div> | |
| </div> | |
| <!-- Google Maps --> | |
| <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&signed_in=true"></script> | |
| <script> |
NewerOlder