Skip to content
#

wordpress-plugin

Here are 6,110 public repositories matching this topic...

gutenberg
jakebrightfire
jakebrightfire commented Apr 17, 2020

There seems to be a lack of documentation for developers on how to implement global settings in the new Theme Style section of the Elementor Editor as well as how to reference those global settings.

What is the proper way to implement this functionality? Once implemented, how can I get the value of the registered controls from somewhere else in the application like a dynamic tag?

I was told

amp-wp
kmyram
kmyram commented Feb 22, 2020

Feature description

Update and adapt the PM guidelines to match the current process for AMP Plugin.
The specifications are documented in <root>/contributing/project-management.md and don't apply for this project after the codebase was split.


Do not alter or remove anything below. The following sections will be managed by moderators only.

Acceptance criteria

snnsnn
snnsnn commented Jun 30, 2019

https://themecheck.info gives following malware alert because of commented out fopen function in redux_helpers.php: 660.

Malware : Operations on file system fopen was found in the file class.redux_helpers.php 657: //$fp = fopen( $file, 'r' );fread was found in the file class.redux_helpers.php 660: //$file_data = fread( $fp, 8192 );fclose was found in the file class.redux_helpers.php 66
query-monitor
acf-to-rest-api
leonstafford
leonstafford commented Apr 6, 2020
  • update server setup guide docs with workable default (user:group, g+w for www)
  • plugin attempt to set group write permissions when writing files
  • don't pollute logs when can't set target permissions/ownership (but can still write files)
  • stop processing when unable to write/delete a file due to permissions + WsLog it
AnthonyLedesma
AnthonyLedesma commented Dec 18, 2019

Is your feature request related to a problem? Please describe.
The Carousel Gallery block allows a single caption for the entire gallery. This means that I am not able to set specific captions per image which might be appropriate to indicate the artist/photographer for instance.

Describe the solution you'd like
An option to set individual captions for the images within a Carousel Gal

r-a-y
r-a-y commented Jan 2, 2020

On our install, sometimes we see the same job for the same hook being duplicated multiple times with the same nextrun timestamp.

Regardless of my example, instead of using a SQL query to delete a job or multiple jobs, it would be handy if there was a wp-cli command that allowed us to remove said jobs.

If this sounds like a good idea, I recommend wp cavalcade job delete for this new subco

drzraf
drzraf commented Apr 10, 2018

function remap_featured_images() {}
seems to do that but:

  1. is commented
  2. depends upon $processed_posts
  3. ... which "obsolete" and thus not used

As a consequence, no thumbnail remapping currently happen.
Is it left to "implementers"? Is it just "needs work", and if yes, then where should new code live?

Improve this page

Add a description, image, and links to the wordpress-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wordpress-plugin topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.