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
| #!/bin/bash | |
| alias plugin="wp plugin install --activate " | |
| alias plugindeactivate="wp plugin deactivate --skip-plugins " | |
| alias theme="wp theme install --activate " | |
| wp_fix(){ | |
| wp db export | |
| wp cache flush | |
| wp core check-update | |
| wp core update |
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
| const myTimeout = setInterval(myGreeting, 5000); | |
| function myGreeting() { | |
| document.getElementsByClassName('sui-icon-play')[0].click(); | |
| } |
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
| [...document.getElementsByClassName('details__name')].forEach((item)=>{console.log(item.innerHTML)}) |
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
| @import url('https://fonts.googleapis.com/css2?family=Amiri&display=swap'); | |
| .artdeco-notification-badge .notification-badge, .artdeco-notification-badge .notification-badge.notification-badge--border,artdeco-notification-badge .notification-badge, .artdeco-notification-badge .notification-badge.notification-badge--border { | |
| background-color:#eee !important; | |
| } | |
| div.feed-shared-update-v2__description-wrapper span{ | |
| font-family: Amiri; | |
| font-size: 30px; | |
| } |
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
| <?php | |
| function getCurrentUserAllFormEntries() | |
| { | |
| $query = wpFluent()->table('fluentform_submissions') | |
| ->select([ | |
| 'fluentform_submissions.id', | |
| 'fluentform_submissions.form_id', | |
| 'fluentform_submissions.user_id', | |
| 'fluentform_forms.title', |
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
| body.single-post .post-entry-content.content { | |
| span,p{ | |
| font-size: 16px; | |
| color: #252A31; | |
| } | |
| } | |
| .rtl{ | |
| .whats-included2-left { |
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
| body.single-post .post-entry-content.content { | |
| span,p{ | |
| font-size: 16px; | |
| color: #252A31; | |
| } | |
| } | |
| .rtl{ | |
| .whats-included2-left { |
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
| body.single-post .post-entry-content.content { | |
| span,p{ | |
| font-size: 16px; | |
| color: #252A31; | |
| } | |
| } | |
| .whats-included2-left { |
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
| body.single-post .post-entry-content.content { | |
| span,p{ | |
| font-size: 16px; | |
| color: #252A31; | |
| } | |
| } |
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
| body { | |
| .elementor-icon-box-title, .elementor-icon-box-description , .elementor-widget-container , .elementor-text-editor,.elementor-image-box-title , .elementor-heading-title, .elementor-image-box-description { | |
| text-align: left !important; | |
| } | |
| } | |
| html[lang="ar"] body { |