Hi, can you do BetterDocs?
get_option( 'core_framework_bricks_license_key', false );
return isset( $option['bricks'] ) && $option['bricks'] && $license;
Hello bro can you help with this i what try to unlock the bricks function on Core Framework and on the files they have one named: core-framework\wp\App\Bricks\Functions.php and on the last line:
can you help please here the links:
https://www.mediafire.com/file/ik43syxahdtlptz/core-framework-137.zip/filehttps://www.virustotal.com/gui/file...20bb4a41e3b0455c92afd8e20a68faa2b25?nocache=1
From this:
public function determine_load(): bool {
$option = get_option( 'core_framework_main', array() );
$license = get_option( 'core_framework_bricks_license_key', false );
return isset( $option['bricks'] ) && $option['bricks'] && $license;
}
To this:
public function determine_load(): bool { return true;
$option = get_option( 'core_framework_main', array() );
$license = get_option( 'core_framework_bricks_license_key', false );
return isset( $option['bricks'] ) && $option['bricks'] && $license;
}
The code "return isset( $option['bricks'] ) && $option['bricks'] && $license;"
equals to:
Answer this: Is the option "bricks" already set? AND if set, is it anything other than "false"? AND is the license also set and
is anything other than "false"?
You return your answer: sure! True!
yes i try that but does not workNão tive tempo de ver isso, mas o que você descreveu é uma função simples que possui uma saída booleana, esteja a opção Bricks instalada ou não e tenha uma licença.
Então, se o que você precisa depende dessa função, basta "retornar verdadeiro"; no início da função.
Essa função por si só é derrotada como no exemplo abaixo, mas acho que pode haver mais coisas no resto do plugin e a lógica de todo o plugin deve ser estudada primeiro.
[código]
A partir disso:
função pública determine_load(): bool {
$opção = get_option( 'core_framework_main', array());
$license=get_option('core_framework_bricks_license_key', false);
return isset( $option['bricks'] ) && $option['bricks'] && $license;
}
Para isso:
função pública determine_load(): bool {retorna verdadeiro;
$opção = get_option( 'core_framework_main', array());
$license=get_option('core_framework_bricks_license_key', false);
return isset( $option['bricks'] ) && $option['bricks'] && $license;
}
[/código]
Haha, esta é uma personificação do que a função faz:
[código]
O código "return isset( $option['bricks'] ) && $option['bricks'] && $license;"
igual a:
Responda isto: A opção "tijolos" já está definida? E se definido, é algo diferente de "falso"? E a licença também está definida e
há algo diferente de "falso"?
Você retorna sua resposta: claro! Verdadeiro!
[/código]
Lamento ser chato se você já conhece PHP. Isso é apenas para o benefício dos novatos em PHP.
yes i try that but does not work
This is the latest, Bricks v1.9.5 (Jan. 12 2024)
The only issue with nulling it is that you will not be able to download templates from their site because they check the license for that. Other than that I see no issues.
This is the original product (child theme included):
I am using this nulled version, now they do one update and have one feature thah i need what will be the best way to updrage without losing content our templates that i already have made
https://www.mediafire.com/file/5ohj6w124hrleu6/Bricks196.zip/file
[URL unfurl="true"]https://www.virustotal.com/gui/file/e1d56dfe0788b7deae7240542f8c1d54e955498d250361fa9397c9566ca31bd9[/URL]
For Yoast Seo does that still wok ? i download the plugin and the path stop at composer unfortunately for me !View attachment 321395