Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

Writing a hack for WordPress

Translated14 USD

Client's review of cooperation with freelancer

Quality
Professionalism
Cost
Contactability
Deadlines

thank you. He quickly solve the problem. I advise.

Freelancer's review of cooperation with Dmitry Yanitsky

Payment
Task setting
Clarity of requirements
Contactability

Good man, I recommend.

Profile deleted | Safe Safe

  1. 257    6  0
    2 days11 USD

    Hello to you!
    There was experience of such development, let's discuss - then we'll specify the deadlines.

  2. Another 2 proposals concealed
  • Profile blocked
    13 January 2023, 8:48 |

    А откуда имена берутся, ввод какой-то, таблицы на входе, списки? 

  • Dmitry Yanitsky
    13 January 2023, 9:00 |

    можно прям в коде прописать, там будет лишь одно имя, но можно как бы и подумать над тем, чтобы это список был.

  • Profile blocked
    13 January 2023, 9:03 |

    Не хочу сейчас глубоко лезть в плагин, но если одно имя (для файла, что НЕ должен быть записан), то зачем все эти выкрутасы с хуками? Простая же функция.

  • Dmitry Yanitsky
    13 January 2023, 9:07 |

    ну, если я вас правильно понял, то вы предлагаете либо загружать файл либо нет, а тут идёт взаимодействие с самим плагином. Через его этот хук, он просто не будет данный файл при загрузке на сайт, выгружать в облако.

  • Anatolii K.
    13 January 2023, 8:57 |

    А просто фільтрувати типу $upload['file'] не повинен мати 'wordpress' пробували?

  • Dmitry Yanitsky
    13 January 2023, 9:12 |

    я честно, с хуками в ВП дела не имел норм. Есть подобный код (да, тут просто идёт либо разрешить загрузку на сайт, либо запретить), но как бы адаптировать можно, правда, он не работает) Сразу срабатывает wp_die.

    add_filter('sanitize_file_name', 'filter_function_name_11', 10, 2);
    
    function filter_function_name_11($filename, $filename_raw) {  
        $pos = strripos($filename, 'example');
        if ($pos === false) {
           wp_die();
        } else {
            return $filename;
        }
    }

Current freelance projects in the category PHP

Execution of work after SEO audit

333 USD

An experienced OpenCart developer is needed to perform SEO and technical improvements for the online store. Main tasks: Correction of the internal linking structure and menu. Adding links to the footer. Implementation of breadcrumbs with Schema.org microdata. Fixing the…

PHPWebsite Maintenance ∙ 8 hours 19 minutes back ∙ 43 proposals

Fix issues with Facebook API in the OpenCart module

In OpenCart, there is a module for integrating Facebook and Instagram via API, OAuth, and Webhook. After opening the module page in the browser, the number of API requests to Facebook starts to increase, and the number of errors gr:get:InvalidID also rises. It is necessary to…

PHPWeb Programming ∙ 9 hours 33 minutes back ∙ 31 proposals

Create a WordPress plugin for a survey (quiz)

222 USD

A WordPress plugin needs to be developed that will be able to - store a bank of questions, all in the same format - a question and 4 answers, 1 correct - display 12 questions in random order, track the timing - collect user data - show the final result with the option to share…

PHPWeb Programming ∙ 17 hours 2 minutes back ∙ 86 proposals

Integration needed: KeyCRM → Cash Register Kashalot

It is necessary to set up integration between KeyCRM and the Cash Register Kahalot. When placing an order in KeyCRM, the data must be automatically transmitted to Kahalot: • order information • products, nomenclature • prices • quantity More details in private.

Content Management SystemsPHP ∙ 3 days 4 hours back ∙ 28 proposals

A WordPress site using the Kadence theme and Kadence Blocks.

222 USD

We need to create a website on WordPress using the Kadence theme and Kadence Blocks. There will be no online store (although it may be added in the future). We need a homepage and several internal pages. The graphics are already prepared, the layout structure is mostly defined,…

Content Management SystemsPHP ∙ 4 days 14 hours back ∙ 38 proposals

Client
Dmitry Yanitsky
Ukraine Kamenets-Podolskii  6  0
Project published
3 years back
89 views
Tags
  • WordPress Plugin