/Applications/MAMP/conf/apache/httpd.conf needs this line to be uncommented:
# Virtual hosts
#Include /Applications/MAMP/conf/apache/extra/httpd-vhosts.conf
Also MAMP might replace this file with a default version, so make sure to back it up.
| Process: Around-stage [87439] | |
| Path: /Applications/Around-stage.app/Contents/MacOS/Around-stage | |
| Identifier: Around-stage | |
| Version: 0.60.30 (0.60.30) | |
| Code Type: X86-64 (Native) | |
| Parent Process: Around-stage [87429] | |
| Responsible: Around-stage [87429] | |
| User ID: 501 | |
| Date/Time: 2022-04-07 16:01:28.548 -0300 |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2"> | |
| <file original="7304-b2d47ab8abc759630980624c10515af2" source-language="en" target-language="es" datatype="plaintext"> | |
| <header> | |
| <phase-group> | |
| <phase phase-name="shortcodes" process-name="Shortcodes identification"> | |
| <note>wp_caption,caption,gallery,playlist,audio,video,embed,wpml_language_form_field,acf,wpml_language_switcher,wpml_language_selector_widget,wpml_language_selector_footer,wpml-string,members_login_form,login-form,members_access,access,members_feed,feed,members_logged_in,is_user_logged_in,members_not_logged_in,get_avatar,avatar,wpseo_breadcrumb,call_to_action,newsletter,tours_shortcode,cta_button,woocommerce_thankyou,woocommerce_shop,table,custom_profile,symple_heading,row,tagcloud,sform,nano,add_eventon_list,che,era,essa,nel,gli,per,come,anima,ella,quel,show_gd_mylist_btn,su_spoiler,email,vul,wpv-view,wpv-post-field,accordion_item,ci |
| select evalutions.shownId | |
| from evalutions | |
| inner join evalutions as OtherEvaluations | |
| on evalutions.uid = OtherEvaluations.shownId | |
| and OtherEvaluations.res = yes | |
| where evalutions.uid = 'K' and evalutions.res = yes |
| Array | |
| ( | |
| [0] => Array | |
| ( | |
| [id] => fb7667e | |
| [elType] => section | |
| [settings] => Array | |
| ( | |
| [stretch_section] => section-stretched | |
| [layout] => full_width |
| <?php | |
| namespace AvanteElementor\Widgets; | |
| use Elementor\Widget_Base; | |
| use Elementor\Controls_Manager; | |
| if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly | |
| /** | |
| * Elementor Portfolio Classic |
| /* Produces a dump on the state of WordPress when a not found error occurs */ | |
| /* useful when debugging permalink issues, rewrite rule trouble, place inside functions.php */ | |
| ini_set( 'error_reporting', -1 ); | |
| ini_set( 'display_errors', 'On' ); | |
| echo '<pre>'; | |
| add_action( 'parse_request', 'debug_404_rewrite_dump' ); | |
| function debug_404_rewrite_dump( &$wp ) { |
| <?php | |
| namespace MartfuryAddons\Elementor\Widgets; | |
| use Elementor\Controls_Manager; | |
| use Elementor\Group_Control_Image_Size; | |
| use Elementor\Group_Control_Typography; | |
| use Elementor\Widget_Base; | |
| if ( ! defined( 'ABSPATH' ) ) { |
| Array | |
| ( | |
| [hide_upgrade_notice] => 4.3.3 | |
| [icl_capabilities_verified] => 1 | |
| [active_languages] => Array | |
| ( | |
| [0] => en | |
| [1] => fr | |
| [2] => us | |
| ) |
| <?php | |
| register_post_type( 'tutorial', array( | |
| 'labels' => array( | |
| 'name' => __( 'Tutoriais' ), | |
| 'singular_name' => __( 'Tutorial' ), | |
| 'add_new' => __( 'Criar Novo' ), | |
| 'add_new_item' => __( 'Criar Novo Tutorial' ), | |
| 'edit_item' => __( 'Editar Tutorial' ), | |
| 'new_item' => __( 'Novo Tutorial' ), |