Decentralized adlı üyeden alıntı: mesajı görüntüle
Siz yine de dikkat edin. 1 parantez fazladan kapatmışsınız.
6. satır yorum satırı açılmış, 8.satırda kapatın */
**
 * Generated by the WordPress
 * https://.../
*/
    public function __construct() {
        $this->config = json_decode( $this->config, true );
        $this->process_cpts();
        add_action( 'add_meta_boxes', [ $this, 'add_meta_boxes' ] );
        add_action( 'admin_enqueue_scripts', [ $this, 'admin_enqueue_scripts' ] );
        add_action( 'admin_head', [ $this, 'admin_head' ] );
        add_action( 'save_post', [ $this, 'save_post' ] );
    }
Kapatıp güncellemeye çalıştığımda, satır yüzünden geri alındı. Lütfen düzeltin ve tekrar kaydetmeyi deneyin. syntax error, unexpected 'public' (T_PUBLIC), expecting end of file

Hata satırında bu yer alıyor: public function __construct() {